diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 09:14:39 +0900 |
commit | 4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb (patch) | |
tree | 151f64ddb1d12c35d2dcbdfce7357b185de58f1a /kopete/plugins/history | |
parent | 44fa2dc162c15a1ff3c7956912c295993b46efd7 (diff) | |
download | tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.tar.gz tdenetwork-4b89942b29a1a6a8fbb975cdd606cfea2cc47fcb.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r-- | kopete/plugins/history/historydialog.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyguiclient.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historylogger.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyplugin.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historypreferences.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/history/historydialog.h b/kopete/plugins/history/historydialog.h index 7efea5fa..8a6ab638 100644 --- a/kopete/plugins/history/historydialog.h +++ b/kopete/plugins/history/historydialog.h @@ -61,7 +61,7 @@ class DMPair */ class HistoryDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h index 86c4ae21..69909a69 100644 --- a/kopete/plugins/history/historyguiclient.h +++ b/kopete/plugins/history/historyguiclient.h @@ -28,7 +28,7 @@ class TDEAction; */ class HistoryGUIClient : public TQObject , public KXMLGUIClient { -Q_OBJECT +TQ_OBJECT public: HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0); diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h index 274eabd1..4b905179 100644 --- a/kopete/plugins/history/historylogger.h +++ b/kopete/plugins/history/historylogger.h @@ -34,7 +34,7 @@ class TQTimer; */ class HistoryLogger : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/kopete/plugins/history/historyplugin.h b/kopete/plugins/history/historyplugin.h index d20a28c9..fcb383ab 100644 --- a/kopete/plugins/history/historyplugin.h +++ b/kopete/plugins/history/historyplugin.h @@ -73,7 +73,7 @@ public: */ class HistoryPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args ); diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h index 7406404f..93e6b9b1 100644 --- a/kopete/plugins/history/historypreferences.h +++ b/kopete/plugins/history/historypreferences.h @@ -28,7 +28,7 @@ class HistoryPrefsUI; */ class HistoryPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: HistoryPreferences(TQWidget *parent=0, const char* name=0, |