diff options
Diffstat (limited to 'config/colordialog.h')
-rw-r--r-- | config/colordialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/colordialog.h b/config/colordialog.h index 42b6225..1dc649e 100644 --- a/config/colordialog.h +++ b/config/colordialog.h @@ -17,7 +17,7 @@ enum Colors { Back = 0, Button, Base, Text, High, HighText, ButText, Alternate, class DemoWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: DemoWindow( ColorDialog* parent = 0, const char* name = 0); @@ -59,7 +59,7 @@ class ColorDialog : public TQDialog { friend class DemoWindow; friend class AppSetter; - Q_OBJECT + TQ_OBJECT public: ColorDialog( TQWidget* parent = 0, const char* name = 0); |