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-25 22:04:30 +0900 |
| commit | 185b962c88ce05cb840f25b00a48934c555b3f79 (patch) | |
| tree | d82d43c24935364576c1b30fdf9685c020bb2e0c /config/colordialog.h | |
| parent | 2081343a38fcf12e7ae321f594ce4e07d042de9a (diff) | |
| download | tde-style-baghira-185b962c.tar.gz tde-style-baghira-185b962c.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
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); |
