diff options
author | Darrell Anderson <[email protected]> | 2013-03-02 21:24:29 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-03-02 21:24:29 -0600 |
commit | 0cb3dd415155adc58748ea5cc4da4679abcf320b (patch) | |
tree | 0d4129972fbcde1b7e68babf4674b5a690e2d863 /kcontrol/style/kcmstyle.h | |
parent | 37c081e3b1c227ee6071991ccdae3e4a2b1b91c1 (diff) | |
download | tdebase-0cb3dd415155adc58748ea5cc4da4679abcf320b.tar.gz tdebase-0cb3dd415155adc58748ea5cc4da4679abcf320b.zip |
Add GUI control for menu popup delay setting in $HOME/.qt/kstylerc.
This resolves bug report 1323.
Diffstat (limited to 'kcontrol/style/kcmstyle.h')
-rw-r--r-- | kcontrol/style/kcmstyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index 65f13992b..aa00b9695 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -31,6 +31,7 @@ #include <tqtimer.h> #include <tdecmodule.h> +#include <knuminput.h> #include "stylepreview.h" #include "menupreview.h" @@ -124,6 +125,7 @@ private: TQCheckBox* cbAutoHideAccelerators; TQCheckBox* cbMenuAltKeyNavigation; TQCheckBox* cbEnableTooltips; + KIntNumInput *m_popupMenuDelay; // Page2 widgets TQCheckBox* cbEnableEffects; |