diff options
-rw-r--r-- | src/otrguiclient.h | 2 | ||||
-rw-r--r-- | src/otrplugin.h | 2 | ||||
-rw-r--r-- | src/otrpreferences.h | 2 | ||||
-rw-r--r-- | src/privkeypopup.h | 2 | ||||
-rw-r--r-- | src/smppopup.h | 2 | ||||
-rw-r--r-- | src/verifypopup.h | 2 |
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 ); |