summaryrefslogtreecommitdiffstats
path: root/src/komposepreferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/komposepreferences.h')
-rw-r--r--src/komposepreferences.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/komposepreferences.h b/src/komposepreferences.h
index 9c72d80..352272d 100644
--- a/src/komposepreferences.h
+++ b/src/komposepreferences.h
@@ -25,6 +25,7 @@ class TQSlider;
class TQPushButton;
class TQFont;
class TQRadioButton;
+class TQComboBox;
/**
@author Hans Oischinger
@@ -78,6 +79,17 @@ private:
TQPushButton *windowTitleFontBtn;
TQFont *windowTitleFont;
+ TQLabel *windowBorderActiveColorLabel;
+ TQLabel *windowBorderInactiveColorLabel;
+ TQLabel *windowBorderActiveStyleLabel;
+ TQLabel *windowBorderInactiveStyleLabel;
+ KColorButton *windowBorderActiveColor;
+ KColorButton *windowBorderInactiveColor;
+ TQComboBox *windowBorderActiveStyle;
+ TQComboBox *windowBorderInactiveStyle;
+ TQSpinBox *windowBorderActiveWidth;
+ TQSpinBox *windowBorderInactiveWidth;
+
KColorButton *windowTitleFontColor;
TQCheckBox *showWindowTitleShadow;
KColorButton *windowTitleFontShadowColor;