diff options
author | Timothy Pearson <[email protected]> | 2014-11-25 14:22:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-25 14:22:07 -0600 |
commit | 0ae6c2cec5d73318142affc876653b0357937575 (patch) | |
tree | 7f9ed44bfb58851863bd1619ab48fa6cff4e69ea /twin/kcmtwin/twinoptions/windows.h | |
parent | 04837bf9b6a0f94a8497cbc42ee62182e1cfef16 (diff) | |
download | tdebase-0ae6c2cec5d73318142affc876653b0357937575.tar.gz tdebase-0ae6c2cec5d73318142affc876653b0357937575.zip |
Fix blur option not being written correctly
Add ability to set desaturated backgrounds from the control center
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 facde4136..52596ad1c 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -261,6 +261,7 @@ private: TQCheckBox *disableARGB; TQCheckBox *useOpenGL; TQCheckBox *blurBackground; + TQCheckBox *greyscaleBackground; TQCheckBox *fadeInWindows; TQCheckBox *fadeInMenuWindows; TQCheckBox *fadeInToolTipWindows; |