summaryrefslogtreecommitdiffstats
path: root/lib/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugin.h')
-rw-r--r--lib/plugin.h8
1 files changed, 4 insertions, 4 deletions
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) ;