summaryrefslogtreecommitdiff
path: root/src/gui/inttextbox.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-14 10:07:55 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-14 10:07:55 +0000
commit69c147510bce9aa24be5ddcb3d050a5d52e3abe7 (patch)
tree99e7ae22cf75ed210e26e77137bf37d67353839e /src/gui/inttextbox.h
parentcb04d148c9aed572fe6e66313100e2cd9b66f5d5 (diff)
downloadmana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.gz
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.bz2
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.xz
mana-client-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.zip
Improved item amount dialog box.
Diffstat (limited to 'src/gui/inttextbox.h')
-rw-r--r--src/gui/inttextbox.h4
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:
/**