diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-24 13:43:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-24 13:43:46 +0300 |
commit | d0cfc6412b1d931b09d457cac2959b4881136ca4 (patch) | |
tree | 0197fe9cbcceee48c15ba2d009a2f86429703863 /src/gui/setup_touch.h | |
parent | 4451d65a33fc5f3de52ea86b27dedc16cd26c5fd (diff) | |
download | plus-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.h | 3 |
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 |