summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r--src/gui/item_amount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h
index d01f2006..0055ab04 100644
--- a/src/gui/item_amount.h
+++ b/src/gui/item_amount.h
@@ -25,6 +25,7 @@
#define _TMW_ITEM_AMOUNT_WINDOW_H
#include "window.h"
+#include "inttextbox.h"
#include <string>
#include <sstream>
@@ -60,8 +61,7 @@ class ItemAmountWindow : public Window, public gcn::ActionListener
void resetAmount();
private:
- int amount; /**< Amount of items to be dropped. */
- gcn::Label *itemAmountLabel; /**< Item amount caption. */
+ IntTextBox *itemAmountTextBox; /**< Item amount caption. */
/**
* Item Amount buttons.