summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/softkeys/qsoftkeystack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/softkeys/qsoftkeystack.h b/src/gui/softkeys/qsoftkeystack.h
index add4ab9..b96bf60 100644
--- a/src/gui/softkeys/qsoftkeystack.h
+++ b/src/gui/softkeys/qsoftkeystack.h
@@ -20,7 +20,8 @@
#define QSoftkeySet QList <QSoftKeyAction*>
#define SOFTKEYSTART 5000
-#define SOFTKEYEND 5005
+#define SOFTKEYEND 5000+Qt::Key_Context4
+
class QSoftKeyStackPrivate : public QObject
{
Q_OBJECT