summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:55:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 10:53:14 +0900
commitd1e0f62b708ccb5e93d0c73d8ec61fe09cde735a (patch)
tree829de0976d0b430b684e5fd7286a5815b0bcbf11
parent14a2b6214f4da90009d3839fbaf96ecfcaf5ae87 (diff)
downloadkopete-otr-d1e0f62b.tar.gz
kopete-otr-d1e0f62b.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4ce590b58154eff037df64223154d5831b8e4eed)
-rw-r--r--src/otrguiclient.h2
-rw-r--r--src/otrlchatinterface.h2
-rw-r--r--src/otrplugin-factory.h2
-rw-r--r--src/otrplugin.h2
-rw-r--r--src/otrpreferences.h2
-rw-r--r--src/privkeypopup.h2
-rw-r--r--src/smppopup.h2
-rw-r--r--src/verifypopup.h2
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 );