summaryrefslogtreecommitdiff
path: root/src/gui/setup_touch.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-24 13:43:46 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-24 13:43:46 +0300
commitd0cfc6412b1d931b09d457cac2959b4881136ca4 (patch)
tree0197fe9cbcceee48c15ba2d009a2f86429703863 /src/gui/setup_touch.h
parent4451d65a33fc5f3de52ea86b27dedc16cd26c5fd (diff)
downloadplus-d0cfc6412b1d931b09d457cac2959b4881136ca4.tar.gz
plus-d0cfc6412b1d931b09d457cac2959b4881136ca4.tar.bz2
plus-d0cfc6412b1d931b09d457cac2959b4881136ca4.tar.xz
plus-d0cfc6412b1d931b09d457cac2959b4881136ca4.zip
Replace sliders to dropdowns in touch setup page.
Diffstat (limited to 'src/gui/setup_touch.h')
-rw-r--r--src/gui/setup_touch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h
index f0d574bdd..150bfd79a 100644
--- a/src/gui/setup_touch.h
+++ b/src/gui/setup_touch.h
@@ -26,6 +26,7 @@
#include <guichan/actionlistener.hpp>
class EditDialog;
+class NamesModel;
class TextField;
class Setup_Touch final : public SetupTabScroll
@@ -38,7 +39,7 @@ class Setup_Touch final : public SetupTabScroll
~Setup_Touch();
protected:
- SetupItemNames *mSizeList;
+ NamesModel *mSizeList;
};
#endif