summaryrefslogtreecommitdiffstats
path: root/kpilot/lib/actionQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/lib/actionQueue.h')
-rw-r--r--kpilot/lib/actionQueue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpilot/lib/actionQueue.h b/kpilot/lib/actionQueue.h
index bc8b11560..057b4beb0 100644
--- a/kpilot/lib/actionQueue.h
+++ b/kpilot/lib/actionQueue.h
@@ -28,7 +28,7 @@
** Bug reports and questions can be sent to kde-pim@kde.org
*/
-#include <qptrqueue.h>
+#include <tqptrqueue.h>
#include "syncAction.h"
@@ -116,7 +116,7 @@ public:
* ignored since those names are used by KPilot internally
* for administrative purposes.
*/
- void queueConduits(const QStringList &conduits,
+ void queueConduits(const TQStringList &conduits,
const SyncAction::SyncMode &mode);
/**
@@ -155,7 +155,7 @@ protected slots:
private:
/** A queue of actions to take. */
- QPtrQueue < SyncAction > SyncActionQueue;
+ TQPtrQueue < SyncAction > SyncActionQueue;
};