summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qaction.h')
-rw-r--r--src/gui/kernel/qaction.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/kernel/qaction.h b/src/gui/kernel/qaction.h
index df56d2c..bfc7491 100644
--- a/src/gui/kernel/qaction.h
+++ b/src/gui/kernel/qaction.h
@@ -94,10 +94,7 @@ public:
enum MenuRole { NoRole, TextHeuristicRole, ApplicationSpecificRole, AboutQtRole,
AboutRole, PreferencesRole, QuitRole };
enum SoftKeyRole {
- NoSoftKey, OptionsSoftKey, SelectSoftKey, BackSoftKey, NextSoftKey,
- PreviousSoftKey, OkSoftKey, CancelSoftKey, EditSoftKey, ViewSoftKey,
- BackSpaceSoftKey, EndEditSoftKey, RevertEditSoftKey, DeselectSoftKey,
- FinishSoftKey, MenuSoftKey, ContextMenuSoftKey, ExitSoftKey };
+ NoSoftKey, PositiveSoftKey, NegativeSoftKey, SelectSoftKey };
enum Priority { LowPriority = 0,
NormalPriority = 128,
HighPriority = 256};