diff options
Diffstat (limited to 'src/gui/kernel/qaction.h')
-rw-r--r-- | src/gui/kernel/qaction.h | 5 |
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}; |