diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:05:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 22:03:09 +0900 |
commit | 5c10665b7217cbb2cf80505d31cf30817a1a0405 (patch) | |
tree | 1237455ded704ba1dca93b8f05dd428c5f8b51c0 /twin/kcmtwin/twinoptions | |
parent | 0f7f84513c01a056a8f1a7bb05f0ea0a777cfc0d (diff) | |
download | tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.tar.gz tdebase-5c10665b7217cbb2cf80505d31cf30817a1a0405.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
Diffstat (limited to 'twin/kcmtwin/twinoptions')
-rw-r--r-- | twin/kcmtwin/twinoptions/main.h | 4 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/mouse.h | 6 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/twin/kcmtwin/twinoptions/main.h b/twin/kcmtwin/twinoptions/main.h index af27701e8..18464ac79 100644 --- a/twin/kcmtwin/twinoptions/main.h +++ b/twin/kcmtwin/twinoptions/main.h @@ -38,7 +38,7 @@ class KTranslucencyConfig; class KWinOptions : public TDECModule { - Q_OBJECT + TQ_OBJECT public: @@ -74,7 +74,7 @@ private: class TDEActionsOptions : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin/kcmtwin/twinoptions/mouse.h b/twin/kcmtwin/twinoptions/mouse.h index 5dd3b8402..2a57fc534 100644 --- a/twin/kcmtwin/twinoptions/mouse.h +++ b/twin/kcmtwin/twinoptions/mouse.h @@ -33,7 +33,7 @@ class TDEConfig; class ToolTipComboBox: public TQComboBox { - Q_OBJECT + TQ_OBJECT public: ToolTipComboBox(TQWidget * owner, char const * const * toolTips_) @@ -51,7 +51,7 @@ protected: class KTitleBarActionsConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: @@ -97,7 +97,7 @@ private slots: class KWindowActionsConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h index c7c4c711c..819035b9b 100644 --- a/twin/kcmtwin/twinoptions/windows.h +++ b/twin/kcmtwin/twinoptions/windows.h @@ -72,7 +72,7 @@ class TQHBox; class KFocusConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KFocusConfig( bool _standAlone, TDEConfig *_config, TQWidget *parent=0, const char* name=0 ); ~KFocusConfig(); @@ -135,7 +135,7 @@ private: class KMovingConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KMovingConfig( bool _standAlone, TDEConfig *config, TQWidget *parent=0, const char* name=0 ); ~KMovingConfig(); @@ -235,7 +235,7 @@ class KActiveBorderConfig : public TDECModule class KAdvancedConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KAdvancedConfig( bool _standAlone, TDEConfig *config, TQWidget *parent=0, const char* name=0 ); ~KAdvancedConfig(); @@ -272,7 +272,7 @@ private: class TDEProcess; class KTranslucencyConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KTranslucencyConfig( bool _standAlone, TDEConfig *config, TQWidget *parent=0, const char* name=0 ); ~KTranslucencyConfig(); |