diff options
Diffstat (limited to 'kturtle/src/dialogs.h')
-rw-r--r-- | kturtle/src/dialogs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kturtle/src/dialogs.h b/kturtle/src/dialogs.h index 4cd69d1a..7dbd041b 100644 --- a/kturtle/src/dialogs.h +++ b/kturtle/src/dialogs.h @@ -119,9 +119,9 @@ class ColorPicker : public KDialogBase TQWidget *BaseWidget; KHSSelector *hsSelector; KValueSelector *valuePal; - TQVBoxLayout *vtqlayout; - TQHBoxLayout *h1tqlayout; - TQHBoxLayout *h2tqlayout; + TQVBoxLayout *vlayout; + TQHBoxLayout *h1layout; + TQHBoxLayout *h2layout; KColorPatch *patch; TQLabel *copyable; TQLineEdit *colorcode; |