summaryrefslogtreecommitdiff
path: root/src/gui/setup_touch.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-31 17:33:44 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-31 17:33:44 +0300
commit021fa9fe787fe4dd1a6d97b77e94400fac179f23 (patch)
tree05eebf64884503a17766f1755344568087fec0b2 /src/gui/setup_touch.h
parentea886eaeabe20e5a51e91ec58067e2ebc20d4f99 (diff)
downloadplus-021fa9fe787fe4dd1a6d97b77e94400fac179f23.tar.gz
plus-021fa9fe787fe4dd1a6d97b77e94400fac179f23.tar.bz2
plus-021fa9fe787fe4dd1a6d97b77e94400fac179f23.tar.xz
plus-021fa9fe787fe4dd1a6d97b77e94400fac179f23.zip
Add support for changable actions for onscreen controls.
Diffstat (limited to 'src/gui/setup_touch.h')
-rw-r--r--src/gui/setup_touch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h
index 150bfd79a..2dc270abf 100644
--- a/src/gui/setup_touch.h
+++ b/src/gui/setup_touch.h
@@ -21,12 +21,11 @@
#ifndef GUI_SETUP_TOUCH_H
#define GUI_SETUP_TOUCH_H
-#include "gui/widgets/setupitem.h"
+#include "gui/widgets/setuptouchitem.h"
#include <guichan/actionlistener.hpp>
class EditDialog;
-class NamesModel;
class TextField;
class Setup_Touch final : public SetupTabScroll
@@ -40,6 +39,7 @@ class Setup_Touch final : public SetupTabScroll
protected:
NamesModel *mSizeList;
+ TouchActionsModel *mActionsList;
};
#endif