diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:07:55 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-09 21:29:14 -0700 |
commit | 6c806db4367e161d915196cd4638a44a941fca20 (patch) | |
tree | 7d1e890a0e4f3acb6f0f81765a679007892ad3e2 /src/gui/inttextbox.h | |
parent | 2f7fdae1ac1afef86e2a8a856964e7415593b206 (diff) | |
download | mana-6c806db4367e161d915196cd4638a44a941fca20.tar.gz mana-6c806db4367e161d915196cd4638a44a941fca20.tar.bz2 mana-6c806db4367e161d915196cd4638a44a941fca20.tar.xz mana-6c806db4367e161d915196cd4638a44a941fca20.zip |
Improved item amount dialog box.
(cherry picked from commit 69c147510bce9aa24be5ddcb3d050a5d52e3abe7)
Conflicts:
src/gui/item_amount.cpp
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 922ef4c5..9c6e8bf4 100644 --- a/src/gui/inttextbox.h +++ b/src/gui/inttextbox.h @@ -22,14 +22,14 @@ #ifndef INTTEXTBOX_H #define INTTEXTBOX_H -#include "textbox.h" +#include "textfield.h" #include "../guichanfwd.h" /** * TextBox which only accepts numbers as input. */ -class IntTextBox : public TextBox +class IntTextBox : public TextField { public: /** |