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 /deco | |
parent | 2081343a38fcf12e7ae321f594ce4e07d042de9a (diff) | |
download | tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.tar.gz tde-style-baghira-185b962c88ce05cb840f25b00a48934c555b3f79.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e1fc10f0a34ce8a2282e1009bcc863f1a93889b4)
Diffstat (limited to 'deco')
-rw-r--r-- | deco/baghiraclient.h | 8 | ||||
-rw-r--r-- | deco/config/aquariusbutton.h | 2 | ||||
-rw-r--r-- | deco/config/baghiraconfig.h | 4 | ||||
-rw-r--r-- | deco/config/colorpicker.h | 2 | ||||
-rw-r--r-- | deco/config/new/baghiraconfig.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/deco/baghiraclient.h b/deco/baghiraclient.h index d661fa0..f9ca4b9 100644 --- a/deco/baghiraclient.h +++ b/deco/baghiraclient.h @@ -109,7 +109,7 @@ class BaghiraClient; class ResizeHandle : public TQWidget { friend class BaghiraClient; - Q_OBJECT + TQ_OBJECT public: ResizeHandle(BaghiraClient *parent); protected: @@ -129,7 +129,7 @@ class DeMaximizer : public TQWidget { friend class BaghiraClient; friend class BaghiraFactory; - Q_OBJECT + TQ_OBJECT public: DeMaximizer(); void setClient(BaghiraClient *); @@ -323,7 +323,7 @@ inline int BaghiraFactory::borderSize(int current) class BaghiraButton : public TQButton { - Q_OBJECT + TQ_OBJECT public: BaghiraButton(BaghiraClient *parent=0, const char *name=0, const TQString &tip=NULL, bool small=false, ButtonType type=MinButton, int style=0); ~BaghiraButton(); @@ -373,7 +373,7 @@ class BaghiraClient : public KDecoration { friend class BaghiraButton; friend class ResizeHandle; - Q_OBJECT + TQ_OBJECT public: BaghiraClient(KDecorationBridge *b, KDecorationFactory *f); virtual ~BaghiraClient(); diff --git a/deco/config/aquariusbutton.h b/deco/config/aquariusbutton.h index 3632408..fbef1b9 100644 --- a/deco/config/aquariusbutton.h +++ b/deco/config/aquariusbutton.h @@ -10,7 +10,7 @@ class TQColor; class AquariusButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: AquariusButton( TQPixmap &pixmap, TQWidget* parent = 0, const char* name = 0); diff --git a/deco/config/baghiraconfig.h b/deco/config/baghiraconfig.h index 1a31269..be1f246 100644 --- a/deco/config/baghiraconfig.h +++ b/deco/config/baghiraconfig.h @@ -44,7 +44,7 @@ class TQComboBox; class ButtonColors : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ButtonColors(TQWidget* parent, const char * name = 0); ~ButtonColors(); @@ -122,7 +122,7 @@ private slots: class BaghiraConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: BaghiraConfig(TDEConfig* config, TQWidget* parent); ~BaghiraConfig(); diff --git a/deco/config/colorpicker.h b/deco/config/colorpicker.h index 7e4f776..10d1d27 100644 --- a/deco/config/colorpicker.h +++ b/deco/config/colorpicker.h @@ -11,7 +11,7 @@ class TQColor; class ColorPicker : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: ColorPicker( TQWidget* parent = 0, const char* name = 0); diff --git a/deco/config/new/baghiraconfig.h b/deco/config/new/baghiraconfig.h index 9d244bb..92b06e7 100644 --- a/deco/config/new/baghiraconfig.h +++ b/deco/config/new/baghiraconfig.h @@ -45,7 +45,7 @@ class TQComboBox; class ButtonColors : public TQDialog { - Q_OBJECT + TQ_OBJECT public: ButtonColors(TQWidget* parent, const char * name = 0); ~ButtonColors(); @@ -124,7 +124,7 @@ class CustomDecoSettings; class BaghiraConfig : public TQObject { - Q_OBJECT + TQ_OBJECT public: BaghiraConfig(TDEConfig* config, TQWidget* parent); ~BaghiraConfig(); |