summaryrefslogtreecommitdiffstats
path: root/kpilot/hotSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/hotSync.h')
-rw-r--r--kpilot/hotSync.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpilot/hotSync.h b/kpilot/hotSync.h
index b81dbff..308cd3e 100644
--- a/kpilot/hotSync.h
+++ b/kpilot/hotSync.h
@@ -52,7 +52,7 @@ protected:
class BackupAction : public SyncAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor. Back up all the databases on
@@ -118,7 +118,7 @@ private:
class FileInstallAction : public SyncAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
FileInstallAction(KPilotLink *,
const TQString &fileDir);
@@ -146,7 +146,7 @@ private:
class RestoreAction : public SyncAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
RestoreAction(KPilotLink *,TQWidget *w=0L);