summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:46 -0600
commit3017081b30370a0581cac5804516bf1d8a5c8533 (patch)
tree572e2ad691fe12cf5beb4871c15c38273b3f267c /lib
parent6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff)
downloadkpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz
kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib')
-rw-r--r--lib/actionQueue.h2
-rw-r--r--lib/kpilotdevicelink.h2
-rw-r--r--lib/kpilotdevicelinkPrivate.h2
-rw-r--r--lib/kpilotlink.h2
-rw-r--r--lib/kpilotlocallink.h2
-rw-r--r--lib/plugin.h8
-rw-r--r--lib/recordConduit.h2
-rw-r--r--lib/syncAction.h2
8 files changed, 11 insertions, 11 deletions
diff --git a/lib/actionQueue.h b/lib/actionQueue.h
index b50e8aa..3d53373 100644
--- a/lib/actionQueue.h
+++ b/lib/actionQueue.h
@@ -57,7 +57,7 @@
KDE_EXPORT class ActionQueue : public SyncAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor. Pass in a KPilot device link for it to act on.
diff --git a/lib/kpilotdevicelink.h b/lib/kpilotdevicelink.h
index 6fe02ef..673cfb0 100644
--- a/lib/kpilotdevicelink.h
+++ b/lib/kpilotdevicelink.h
@@ -75,7 +75,7 @@ friend class PilotSerialDatabase;
friend class DeviceCommThread;
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/lib/kpilotdevicelinkPrivate.h b/lib/kpilotdevicelinkPrivate.h
index defdb86..573f3e4 100644
--- a/lib/kpilotdevicelinkPrivate.h
+++ b/lib/kpilotdevicelinkPrivate.h
@@ -216,7 +216,7 @@ class DeviceCommThread : public TQObject, public TQThread
friend class KPilotDeviceLink;
Q_OBJECT
- TQ_OBJECT
+
public:
DeviceCommThread(KPilotDeviceLink *d);
diff --git a/lib/kpilotlink.h b/lib/kpilotlink.h
index 7b00669..bfb8e92 100644
--- a/lib/kpilotlink.h
+++ b/lib/kpilotlink.h
@@ -171,7 +171,7 @@ class PilotDatabase;
class KDE_EXPORT KPilotLink : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
friend class SyncAction;
public:
/** A list of DBInfo structures. */
diff --git a/lib/kpilotlocallink.h b/lib/kpilotlocallink.h
index 05efdd5..fd74bab 100644
--- a/lib/kpilotlocallink.h
+++ b/lib/kpilotlocallink.h
@@ -43,7 +43,7 @@
class KDE_EXPORT KPilotLocalLink : public KPilotLink
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPilotLocalLink( TQObject *parent=0L, const char *name=0L );
virtual ~KPilotLocalLink();
diff --git a/lib/plugin.h b/lib/plugin.h
index f1dbec8..33cdee4 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -78,7 +78,7 @@ namespace Pilot
class KDE_EXPORT ConduitConfigBase : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor. Creates a conduit configuration support object
@@ -261,7 +261,7 @@ private:
class KDE_EXPORT ConduitAction : public SyncAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConduitAction(KPilotLink *,
@@ -369,7 +369,7 @@ private:
class ConduitProxy : public ConduitAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConduitProxy(KPilotLink *,
@@ -421,7 +421,7 @@ namespace PluginUtility
* class KPilotPlugin : public KLibFactory
* {
* Q_OBJECT
- TQ_OBJECT
+
*
* public:
* KPilotPlugin(TQObject * = 0L,const char * = 0L) ;
diff --git a/lib/recordConduit.h b/lib/recordConduit.h
index 87aa44e..6dbb136 100644
--- a/lib/recordConduit.h
+++ b/lib/recordConduit.h
@@ -56,7 +56,7 @@ class KPilotDeviceLink;
class RecordConduitBase : public ConduitAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor. The TQStringList @p a sets flags for the ConduitAction.
*/
diff --git a/lib/syncAction.h b/lib/syncAction.h
index 8636731..e2e7f97 100644
--- a/lib/syncAction.h
+++ b/lib/syncAction.h
@@ -50,7 +50,7 @@ class SyncAction;
class KDE_EXPORT SyncAction : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
SyncAction(KPilotLink *p,