diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:07:55 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:07:55 +0000 |
commit | 69c147510bce9aa24be5ddcb3d050a5d52e3abe7 (patch) | |
tree | 99e7ae22cf75ed210e26e77137bf37d67353839e /src/gui/inttextbox.h | |
parent | cb04d148c9aed572fe6e66313100e2cd9b66f5d5 (diff) | |
download | mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.gz mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.bz2 mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.xz mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.zip |
Improved item amount dialog box.
Diffstat (limited to 'src/gui/inttextbox.h')
-rw-r--r-- | src/gui/inttextbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inttextbox.h b/src/gui/inttextbox.h index b5d339ac..219c6018 100644 --- a/src/gui/inttextbox.h +++ b/src/gui/inttextbox.h @@ -24,12 +24,12 @@ #ifndef INTTEXTBOX_H #define INTTEXTBOX_H -#include "textbox.h" +#include "textfield.h" /** * TextBox which only accepts numbers as input. */ -class IntTextBox : public TextBox +class IntTextBox : public TextField { public: /** |