diff options
Diffstat (limited to 'kturtle/src/dialogs.h')
-rw-r--r-- | kturtle/src/dialogs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kturtle/src/dialogs.h b/kturtle/src/dialogs.h index 0a421d49..ac333b19 100644 --- a/kturtle/src/dialogs.h +++ b/kturtle/src/dialogs.h @@ -58,7 +58,7 @@ class ErrorMessage : public KDialogBase ErrorMessage(TQWidget *parent); ~ErrorMessage() {} - bool containsErrors(); + bool tqcontainsErrors(); void display(); @@ -117,9 +117,9 @@ class ColorPicker : public KDialogBase TQWidget *BaseWidget; KHSSelector *hsSelector; KValueSelector *valuePal; - TQVBoxLayout *vlayout; - TQHBoxLayout *h1layout; - TQHBoxLayout *h2layout; + TQVBoxLayout *vtqlayout; + TQHBoxLayout *h1tqlayout; + TQHBoxLayout *h2tqlayout; KColorPatch *patch; TQLabel *copyable; TQLineEdit *colorcode; |