diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:16:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:16:39 +0900 |
commit | e1fc10f0a34ce8a2282e1009bcc863f1a93889b4 (patch) | |
tree | 630146ca7b55b2ec008aab552bbd3781407fc556 /config/colordialog.h | |
parent | 31149c65cca5348dfd890dfb2ffe027f544f6ccb (diff) | |
download | tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.tar.gz tde-style-baghira-e1fc10f0a34ce8a2282e1009bcc863f1a93889b4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |