From 4ce590b58154eff037df64223154d5831b8e4eed Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:55:58 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/otrguiclient.h | 2 +- src/otrlchatinterface.h | 2 +- src/otrplugin-factory.h | 2 +- src/otrplugin.h | 2 +- src/otrpreferences.h | 2 +- src/privkeypopup.h | 2 +- src/smppopup.h | 2 +- src/verifypopup.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/otrguiclient.h b/src/otrguiclient.h index 9eaef0e..fe99d73 100644 --- a/src/otrguiclient.h +++ b/src/otrguiclient.h @@ -47,7 +47,7 @@ namespace Kopete { class ChatSession; } class OtrGUIClient : public TQObject, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/otrlchatinterface.h b/src/otrlchatinterface.h index c4a9428..75f102a 100644 --- a/src/otrlchatinterface.h +++ b/src/otrlchatinterface.h @@ -43,7 +43,7 @@ extern "C" { class KDE_EXPORT OtrlChatInterface: public TQObject { - Q_OBJECT + TQ_OBJECT public: ~OtrlChatInterface(); diff --git a/src/otrplugin-factory.h b/src/otrplugin-factory.h index a38ea5f..6844a14 100644 --- a/src/otrplugin-factory.h +++ b/src/otrplugin-factory.h @@ -26,7 +26,7 @@ class OTRPluginFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: OTRPluginFactory( const TDEAboutData* ); diff --git a/src/otrplugin.h b/src/otrplugin.h index 23943aa..9e23473 100644 --- a/src/otrplugin.h +++ b/src/otrplugin.h @@ -67,7 +67,7 @@ public: class KDE_EXPORT OTRPlugin : public Kopete::Plugin { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/otrpreferences.h b/src/otrpreferences.h index f4b4f16..b49467d 100644 --- a/src/otrpreferences.h +++ b/src/otrpreferences.h @@ -30,7 +30,7 @@ */ class OTRPreferences : public TDECModule { - Q_OBJECT + TQ_OBJECT public: OTRPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); diff --git a/src/privkeypopup.h b/src/privkeypopup.h index fab64ab..ef38d69 100644 --- a/src/privkeypopup.h +++ b/src/privkeypopup.h @@ -29,7 +29,7 @@ class PrivKeyPopup : public PrivKeyPopupUI { - Q_OBJECT + TQ_OBJECT public: PrivKeyPopup(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); diff --git a/src/smppopup.h b/src/smppopup.h index 10801dd..7b0c8a3 100644 --- a/src/smppopup.h +++ b/src/smppopup.h @@ -32,7 +32,7 @@ extern "C"{ class SMPPopup : public SMPPopupUI { - Q_OBJECT + TQ_OBJECT public: SMPPopup(TQWidget* parent = 0, const char* name = 0, TQString title = TQString::null, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true ); diff --git a/src/verifypopup.h b/src/verifypopup.h index 934de5d..b9e5c70 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -26,7 +26,7 @@ class VerifyPopup : public VerifyPopupUI { - Q_OBJECT + TQ_OBJECT public: VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 );