summaryrefslogtreecommitdiffstats
path: root/kpilot/internalEditorAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/internalEditorAction.h')
-rw-r--r--kpilot/internalEditorAction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kpilot/internalEditorAction.h b/kpilot/internalEditorAction.h
index ed26cb3..db78eb2 100644
--- a/kpilot/internalEditorAction.h
+++ b/kpilot/internalEditorAction.h
@@ -36,6 +36,7 @@
class InternalEditorAction : public SyncAction
{
Q_OBJECT
+ TQ_OBJECT
public:
InternalEditorAction(KPilotLink *);
@@ -56,13 +57,13 @@ private:
PilotRecord*localrec, PilotRecord*serialrec, PilotDatabase*db);
TQStringList dirtyDBs;
TQStringList::Iterator dbIter;
- enum eInternalEditorSyncStatus {
+ enum eInternalEditorSynctqStatus {
eSyncStarted,
eSyncDirtyDB,
eSyncFlagsChangedDB,
eSyncAppBlockChangedDB,
eSyncFinished
- } fInternalEditorSyncStatus;
+ } fInternalEditorSynctqStatus;
} ;
#endif