summaryrefslogtreecommitdiff
path: root/src/gui/setup_other.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-24 14:39:37 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-24 14:39:37 +0300
commit09007720225215aed316b6a939fcfd47ee2f5ca9 (patch)
tree8ad6884828abeb016154adb4b9814fcbb84ab9d8 /src/gui/setup_other.h
parentd0cfc6412b1d931b09d457cac2959b4881136ca4 (diff)
downloadplus-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.gz
plus-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.bz2
plus-09007720225215aed316b6a939fcfd47ee2f5ca9.tar.xz
plus-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.h5
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