summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
commite9d275624dae5bb3a893f25ce3ca8f99bbc6019a (patch)
tree9eae427557783c117c29d28a8d37a10108cb0f96
parentecadb2ec0460ecfe0214fb1d90d0fc2e73919cd9 (diff)
downloadkopete-otr-e9d27562.tar.gz
kopete-otr-e9d27562.zip
Remove spurious TQ_OBJECT instances
-rw-r--r--src/otrguiclient.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
6 files changed, 6 insertions, 6 deletions
diff --git a/src/otrguiclient.h b/src/otrguiclient.h
index 588d862..eb9ee5b 100644
--- a/src/otrguiclient.h
+++ b/src/otrguiclient.h
@@ -50,7 +50,7 @@ namespace Kopete { class ChatSession; }
class OtrGUIClient : public TQObject , public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/src/otrplugin.h b/src/otrplugin.h
index 5e260b6..f13c802 100644
--- a/src/otrplugin.h
+++ b/src/otrplugin.h
@@ -68,7 +68,7 @@ public:
class OTRPlugin : public Kopete::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/src/otrpreferences.h b/src/otrpreferences.h
index 262e132..204c286 100644
--- a/src/otrpreferences.h
+++ b/src/otrpreferences.h
@@ -31,7 +31,7 @@
class OTRPreferences : public KCModule {
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 e1ea0df..a069528 100644
--- a/src/privkeypopup.h
+++ b/src/privkeypopup.h
@@ -30,7 +30,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 9e48a48..edbdf64 100644
--- a/src/smppopup.h
+++ b/src/smppopup.h
@@ -33,7 +33,7 @@ extern "C"{
class SMPPopup : public SMPPopupUI
{
Q_OBJECT
- TQ_OBJECT
+
public:
SMPPopup(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true );
diff --git a/src/verifypopup.h b/src/verifypopup.h
index cdb314c..d74a4e9 100644
--- a/src/verifypopup.h
+++ b/src/verifypopup.h
@@ -27,7 +27,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 );