summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinoptions/windows.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 11:27:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 11:27:14 -0600
commitcc05f1cba11a387934e75f1aba82b3382899ae7b (patch)
tree957ba2b51c8b0f839c3835521fc34f570b53b02b /twin/kcmtwin/twinoptions/windows.h
parent36b592e2d9e23b8339ee8dba7980927e70e022d3 (diff)
downloadtdebase-cc05f1cb.tar.gz
tdebase-cc05f1cb.zip
Add tooltip fade/shadow configuration to twin compositing options
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.h')
-rw-r--r--twin/kcmtwin/twinoptions/windows.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h
index bafebdab2..facde4136 100644
--- a/twin/kcmtwin/twinoptions/windows.h
+++ b/twin/kcmtwin/twinoptions/windows.h
@@ -263,9 +263,11 @@ private:
TQCheckBox *blurBackground;
TQCheckBox *fadeInWindows;
TQCheckBox *fadeInMenuWindows;
+ TQCheckBox *fadeInToolTipWindows;
TQCheckBox *fadeOnOpacityChange;
TQCheckBox *useShadows;
TQCheckBox *useShadowsOnMenuWindows;
+ TQCheckBox *useShadowsOnToolTipWindows;
TQCheckBox *removeShadowsOnResize;
TQCheckBox *removeShadowsOnMove;
TQGroupBox *sGroup;