summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/smpppdcs')
-rw-r--r--kopete/plugins/smpppdcs/detectornetstat.h2
-rw-r--r--kopete/plugins/smpppdcs/detectornetworkstatus.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsplugin.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcspreferences.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsprefsimpl.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdlocationwidget.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdsearcher.h2
-rw-r--r--kopete/plugins/smpppdcs/unittest/clienttest.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/kopete/plugins/smpppdcs/detectornetstat.h b/kopete/plugins/smpppdcs/detectornetstat.h
index 9542c58b..67e362cd 100644
--- a/kopete/plugins/smpppdcs/detectornetstat.h
+++ b/kopete/plugins/smpppdcs/detectornetstat.h
@@ -28,7 +28,7 @@ class IConnector;
@author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class DetectorNetstat : protected TQObject, public Detector {
- Q_OBJECT
+ TQ_OBJECT
DetectorNetstat(const DetectorNetstat&);
diff --git a/kopete/plugins/smpppdcs/detectornetworkstatus.h b/kopete/plugins/smpppdcs/detectornetworkstatus.h
index 8e45f53b..e82cdcd2 100644
--- a/kopete/plugins/smpppdcs/detectornetworkstatus.h
+++ b/kopete/plugins/smpppdcs/detectornetworkstatus.h
@@ -29,7 +29,7 @@ class ConnectionManager;
*/
class DetectorNetworkStatus : protected TQObject, public Detector
{
- Q_OBJECT
+ TQ_OBJECT
DetectorNetworkStatus(const DetectorNetworkStatus&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h
index 30c8e715..2742abfa 100644
--- a/kopete/plugins/smpppdcs/smpppdcsplugin.h
+++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h
@@ -47,7 +47,7 @@ class OnlineInquiry;
* @author Chris Howells <howells@kde.org>, Heiko Sch&auml;fer <heiko@rangun.de>
*/
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 38ea101a..412837b7 100644
--- a/kopete/plugins/smpppdcs/smpppdcspreferences.h
+++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h
@@ -37,7 +37,7 @@ public:
* @author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class SMPPPDCSPreferences : public TDECModule {
- Q_OBJECT
+ TQ_OBJECT
SMPPPDCSPreferences(const SMPPPDCSPreferences&);
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
index d8545434..a5e6abef 100644
--- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
+++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.h
@@ -31,7 +31,7 @@ class SMPPPDSearcher;
*/
class SMPPPDCSPrefs : public SMPPPDCSPrefsBase
{
- Q_OBJECT
+ TQ_OBJECT
SMPPPDCSPrefs(const SMPPPDCSPrefs&);
diff --git a/kopete/plugins/smpppdcs/smpppdlocationwidget.h b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
index dbb7be12..47617c26 100644
--- a/kopete/plugins/smpppdcs/smpppdlocationwidget.h
+++ b/kopete/plugins/smpppdcs/smpppdlocationwidget.h
@@ -24,7 +24,7 @@
*/
class SMPPPDLocationWidget : public SMPPPDLocationWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
SMPPPDLocationWidget(const SMPPPDLocationWidget&);
diff --git a/kopete/plugins/smpppdcs/smpppdsearcher.h b/kopete/plugins/smpppdcs/smpppdsearcher.h
index e6c0b8ea..d5a41a64 100644
--- a/kopete/plugins/smpppdcs/smpppdsearcher.h
+++ b/kopete/plugins/smpppdcs/smpppdsearcher.h
@@ -29,7 +29,7 @@ class TDEProcess;
* @author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class SMPPPDSearcher : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
SMPPPDSearcher(const SMPPPDSearcher&);
diff --git a/kopete/plugins/smpppdcs/unittest/clienttest.h b/kopete/plugins/smpppdcs/unittest/clienttest.h
index 2d46aebf..b921ec2a 100644
--- a/kopete/plugins/smpppdcs/unittest/clienttest.h
+++ b/kopete/plugins/smpppdcs/unittest/clienttest.h
@@ -23,7 +23,7 @@
@author Heiko Sch&auml;fer <heiko@rangun.de>
*/
class ClientTest : public KUnitTest::SlotTester {
- Q_OBJECT
+ TQ_OBJECT
ClientTest(const ClientTest&);