diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-24 14:39:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-24 14:39:37 +0300 |
commit | 09007720225215aed316b6a939fcfd47ee2f5ca9 (patch) | |
tree | 8ad6884828abeb016154adb4b9814fcbb84ab9d8 /src/gui/setup_other.h | |
parent | d0cfc6412b1d931b09d457cac2959b4881136ca4 (diff) | |
download | mv-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.gz mv-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.bz2 mv-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.xz mv-09007720225215aed316b6a939fcfd47ee2f5ca9.zip |
Replace sliders to dropdowns in misc setup page.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 37e79e974..29c228823 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -28,6 +28,7 @@ #include <guichan/actionlistener.hpp> class EditDialog; +class NamesModel; class TextField; class Setup_Other final : public SetupTabScroll @@ -42,9 +43,9 @@ class Setup_Other final : public SetupTabScroll void apply(); protected: - SetupItemNames *mProxyTypeList; + NamesModel *mProxyTypeList; - SetupItemNames *mShortcutsList; + NamesModel *mShortcutsList; }; #endif |