Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 years ago
parent ecadb2ec04
commit e9d275624d

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

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

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

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

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

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

Loading…
Cancel
Save