Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 10 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
{
Q_OBJECT
TQ_OBJECT
public:

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

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

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

@ -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());

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

@ -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 );

@ -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 );

Loading…
Cancel
Save