diff options
author | Timothy Pearson <[email protected]> | 2015-04-13 02:15:34 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-04-13 02:15:44 -0500 |
commit | 296f0f444b173cf4bd735382770082a3a3d825ab (patch) | |
tree | 35527b26c8deee919eb70f1e9eb72d53763dcab1 /twin/kcmtwin/twinoptions/windows.h | |
parent | ec96d63e30bfdf330ad34905c0e9306145a9f312 (diff) | |
download | tdebase-296f0f444b173cf4bd735382770082a3a3d825ab.tar.gz tdebase-296f0f444b173cf4bd735382770082a3a3d825ab.zip |
Add GUI option to control panel shadows
This resolves Bug 2189
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h index 52596ad1c..d4d358e9a 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -269,6 +269,7 @@ private: TQCheckBox *useShadows; TQCheckBox *useShadowsOnMenuWindows; TQCheckBox *useShadowsOnToolTipWindows; + TQCheckBox *useShadowsOnDockWindows; TQCheckBox *removeShadowsOnResize; TQCheckBox *removeShadowsOnMove; TQGroupBox *sGroup; |