Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 11 months ago
parent 14a2b6214f
commit 4ce590b581
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -47,7 +47,7 @@ namespace Kopete { class ChatSession; }
class OtrGUIClient : public TQObject, public KXMLGUIClient class OtrGUIClient : public TQObject, public KXMLGUIClient
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -43,7 +43,7 @@ extern "C" {
class KDE_EXPORT OtrlChatInterface: public TQObject class KDE_EXPORT OtrlChatInterface: public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
~OtrlChatInterface(); ~OtrlChatInterface();

@ -26,7 +26,7 @@
class OTRPluginFactory : public KParts::Factory class OTRPluginFactory : public KParts::Factory
{ {
Q_OBJECT TQ_OBJECT
public: public:
OTRPluginFactory( const TDEAboutData* ); OTRPluginFactory( const TDEAboutData* );

@ -67,7 +67,7 @@ public:
class KDE_EXPORT OTRPlugin : public Kopete::Plugin class KDE_EXPORT OTRPlugin : public Kopete::Plugin
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -30,7 +30,7 @@
*/ */
class OTRPreferences : public TDECModule { class OTRPreferences : public TDECModule {
Q_OBJECT TQ_OBJECT
public: public:
OTRPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList()); OTRPreferences(TQWidget *parent = 0, const char *name = 0, const TQStringList &args = TQStringList());

@ -29,7 +29,7 @@
class PrivKeyPopup : public PrivKeyPopupUI class PrivKeyPopup : public PrivKeyPopupUI
{ {
Q_OBJECT TQ_OBJECT
public: public:
PrivKeyPopup(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); PrivKeyPopup(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );

@ -32,7 +32,7 @@ extern "C"{
class SMPPopup : public SMPPopupUI class SMPPopup : public SMPPopupUI
{ {
Q_OBJECT TQ_OBJECT
public: 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 ); 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 );

@ -26,7 +26,7 @@
class VerifyPopup : public VerifyPopupUI class VerifyPopup : public VerifyPopupUI
{ {
Q_OBJECT TQ_OBJECT
public: public:
VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 );

Loading…
Cancel
Save