summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/internalEditorAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/internalEditorAction.h')
-rw-r--r--kpilot/kpilot/internalEditorAction.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpilot/kpilot/internalEditorAction.h b/kpilot/kpilot/internalEditorAction.h
index 8e988348..ed26cb35 100644
--- a/kpilot/kpilot/internalEditorAction.h
+++ b/kpilot/kpilot/internalEditorAction.h
@@ -28,7 +28,7 @@
*/
-#include <qstringlist.h>
+#include <tqstringlist.h>
#include "syncAction.h"
@@ -52,10 +52,10 @@ private slots:
void cleanup();
private:
- bool queryUseKPilotChanges(QString dbName, recordid_t id,
+ bool queryUseKPilotChanges(TQString dbName, recordid_t id,
PilotRecord*localrec, PilotRecord*serialrec, PilotDatabase*db);
- QStringList dirtyDBs;
- QStringList::Iterator dbIter;
+ TQStringList dirtyDBs;
+ TQStringList::Iterator dbIter;
enum eInternalEditorSyncStatus {
eSyncStarted,
eSyncDirtyDB,