diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-13 00:59:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-13 00:59:20 -0500 |
commit | d50125d0ec338d7b488f444d128c0ab92fff1cc5 (patch) | |
tree | 590d31493df3614b5a1301a66e83774a8cdd0ac3 /kcontrol/style/kcmstyle.h | |
parent | 5d3183a814e47b543692f68695c29f6e4ac9d2bd (diff) | |
download | tdebase-d50125d0ec338d7b488f444d128c0ab92fff1cc5.tar.gz tdebase-d50125d0ec338d7b488f444d128c0ab92fff1cc5.zip |
Add accelerator hiding option to style control module
Diffstat (limited to 'kcontrol/style/kcmstyle.h')
-rw-r--r-- | kcontrol/style/kcmstyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index a0e04e134..ac3d56cb3 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -158,6 +158,7 @@ private: TQCheckBox* cbIconsOnButtons; TQCheckBox* cbScrollablePopupMenus; + TQCheckBox* cbAutoHideAccelerators; TQCheckBox* cbTearOffHandles; }; |