diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-30 22:37:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-30 22:37:48 +0000 |
commit | 629f3ca50a803e5a614a41f2c334fb12331dae45 (patch) | |
tree | eabba6d816c923c550dfaf13a2387dc1a75e62d3 /kcontrol/style/kcmstyle.h | |
parent | 1a308b9fda185e0ea35b276da5814710935b0578 (diff) | |
download | tdebase-629f3ca50a803e5a614a41f2c334fb12331dae45.tar.gz tdebase-629f3ca50a803e5a614a41f2c334fb12331dae45.zip |
Add option in kcontrol->styles to enable scrolling in popup menus
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1244135 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 35fccf773..a0e04e134 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -157,6 +157,7 @@ private: TQComboBox* comboToolbarIcons; TQCheckBox* cbIconsOnButtons; + TQCheckBox* cbScrollablePopupMenus; TQCheckBox* cbTearOffHandles; }; |