From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- kopete/plugins/smpppdcs/detectornetstat.h | 2 +- kopete/plugins/smpppdcs/detectornetworkstatus.h | 2 +- kopete/plugins/smpppdcs/smpppdcsplugin.h | 2 +- kopete/plugins/smpppdcs/smpppdcspreferences.h | 2 +- kopete/plugins/smpppdcs/smpppdcsprefsimpl.h | 2 +- kopete/plugins/smpppdcs/smpppdlocationwidget.h | 2 +- kopete/plugins/smpppdcs/smpppdsearcher.h | 2 +- kopete/plugins/smpppdcs/unittest/clienttest.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kopete/plugins/smpppdcs') diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h index 548b903f..959cf7fc 100644 --- a/kopete/plugins/smpppdcs/detectornetstat.h +++ b/kopete/plugins/smpppdcs/detectornetstat.h @@ -29,7 +29,7 @@ class IConnector; */ class DetectorNetstat : protected TQObject, public Detector { Q_OBJECT - TQ_OBJECT + DetectorNetstat(const DetectorNetstat&); DetectorNetstat& operator=(const DetectorNetstat&); diff --git a/kopete/plugins/smpppdcs/detectornetworkstatus.h b/kopete/plugins/smpppdcs/detectornetworkstatus.h index 850be008..8e45f53b 100644 --- a/kopete/plugins/smpppdcs/detectornetworkstatus.h +++ b/kopete/plugins/smpppdcs/detectornetworkstatus.h @@ -30,7 +30,7 @@ class ConnectionManager; class DetectorNetworkStatus : protected TQObject, public Detector { Q_OBJECT - TQ_OBJECT + DetectorNetworkStatus(const DetectorNetworkStatus&); DetectorNetworkStatus& operator=(const DetectorNetworkStatus&); diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h index 5214ecc5..ed9fd7d2 100644 --- a/kopete/plugins/smpppdcs/smpppdcsplugin.h +++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h @@ -48,7 +48,7 @@ class OnlineInquiry; */ class SMPPPDCSPlugin : public Kopete::Plugin, public IConnector, virtual public SMPPPDCSIFace { Q_OBJECT - TQ_OBJECT + SMPPPDCSPlugin(const SMPPPDCSPlugin&); SMPPPDCSPlugin& operator=(const SMPPPDCSPlugin&); diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h index f406d2aa..f9ccf914 100644 --- a/kopete/plugins/smpppdcs/smpppdcspreferences.h +++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h @@ -38,7 +38,7 @@ public: */ class SMPPPDCSPreferences : public KCModule { Q_OBJECT - TQ_OBJECT + SMPPPDCSPreferences(const SMPPPDCSPreferences&); SMPPPDCSPreferences& operator=(const SMPPPDCSPreferences&); diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h index 5d013585..d8545434 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h +++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h @@ -32,7 +32,7 @@ class SMPPPDSearcher; class SMPPPDCSPrefs : public SMPPPDCSPrefsBase { Q_OBJECT - TQ_OBJECT + SMPPPDCSPrefs(const SMPPPDCSPrefs&); SMPPPDCSPrefs& operator=(const SMPPPDCSPrefs&); diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h index 71393a08..dbb7be12 100644 --- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h +++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h @@ -25,7 +25,7 @@ class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase { Q_OBJECT - TQ_OBJECT + SMPPPDLocationWidget(const SMPPPDLocationWidget&); SMPPPDLocationWidget& operator=(const SMPPPDLocationWidget&); diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.h b/kopete/plugins/smpppdcs/smpppdsearcher.h index e5bb05a1..36c4ac9c 100644 --- a/kopete/plugins/smpppdcs/smpppdsearcher.h +++ b/kopete/plugins/smpppdcs/smpppdsearcher.h @@ -30,7 +30,7 @@ class KProcess; */ class SMPPPDSearcher : public TQObject { Q_OBJECT - TQ_OBJECT + SMPPPDSearcher(const SMPPPDSearcher&); SMPPPDSearcher& operator=(const SMPPPDSearcher&); diff --git a/kopete/plugins/smpppdcs/unittest/clienttest.h b/kopete/plugins/smpppdcs/unittest/clienttest.h index 0da9d71e..2892d572 100644 --- a/kopete/plugins/smpppdcs/unittest/clienttest.h +++ b/kopete/plugins/smpppdcs/unittest/clienttest.h @@ -24,7 +24,7 @@ */ class ClientTest : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + ClientTest(const ClientTest&); ClientTest& operator=(const ClientTest&); -- cgit v1.2.1