diff options
author | Timothy Pearson <[email protected]> | 2014-11-18 11:12:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-18 11:12:48 -0600 |
commit | d9dd06564ff72c7cc88e5a2f2d073468fb55942c (patch) | |
tree | d7ad0cabf3141b191847f85b4c5949bcb390ecb6 /twin/kcmtwin/twinoptions/windows.h | |
parent | a3a88afd2e65e34fb3aa9a0f4095a03894f6c327 (diff) | |
download | tdebase-d9dd06564ff72c7cc88e5a2f2d073468fb55942c.tar.gz tdebase-d9dd06564ff72c7cc88e5a2f2d073468fb55942c.zip |
Fix stupid mistake in previous commit
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h index 634960266..1cb4d16e8 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -285,7 +285,6 @@ private: KIntNumInput *fadeOutSpeed; KColorButton *shadowColor; TDEConfig *config; - void processShadowLockouts(); bool standAlone; bool alphaActivated; bool resetKompmgr_; @@ -298,6 +297,7 @@ private: private slots: void resetKompmgr(); void showWarning(bool alphaActivated); + void processShadowLockouts(); }; #endif |