summaryrefslogtreecommitdiffstats
path: root/kpilot/lib
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:28:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:28:10 +0000
commit1c3e6a878f147d063b43948dd8a3f06da195e7ea (patch)
tree3d0575a90e6b1c3cedb0c7b1d86970eb4ca92354 /kpilot/lib
parent7be55ffa061c026e35e2d6a0effe1161ddb0d41f (diff)
downloadtdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.tar.gz
tdepim-1c3e6a878f147d063b43948dd8a3f06da195e7ea.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/lib')
-rw-r--r--kpilot/lib/kpilotdevicelink.h2
-rw-r--r--kpilot/lib/kpilotdevicelinkPrivate.h4
-rw-r--r--kpilot/lib/kpilotlink.h2
-rw-r--r--kpilot/lib/plugin.h2
-rw-r--r--kpilot/lib/syncAction.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/kpilot/lib/kpilotdevicelink.h b/kpilot/lib/kpilotdevicelink.h
index 2f29a5877..a648b23c7 100644
--- a/kpilot/lib/kpilotdevicelink.h
+++ b/kpilot/lib/kpilotdevicelink.h
@@ -31,7 +31,7 @@
#include "kpilotlink.h"
-class QThread;
+class TQThread;
class DeviceMap; ///< Globally tracks all devices that have a link assigned
class Messages; ///< Tracks which messages have been printed
diff --git a/kpilot/lib/kpilotdevicelinkPrivate.h b/kpilot/lib/kpilotdevicelinkPrivate.h
index d451e75c5..823d93726 100644
--- a/kpilot/lib/kpilotdevicelinkPrivate.h
+++ b/kpilot/lib/kpilotdevicelinkPrivate.h
@@ -35,8 +35,8 @@
#include "kpilotdevicelink.h"
#include "options.h"
-class QTimer;
-class QSocketNotifier;
+class TQTimer;
+class TQSocketNotifier;
// singleton helper class
class DeviceMap
diff --git a/kpilot/lib/kpilotlink.h b/kpilot/lib/kpilotlink.h
index b0c97de0f..4389cb8bd 100644
--- a/kpilot/lib/kpilotlink.h
+++ b/kpilot/lib/kpilotlink.h
@@ -40,7 +40,7 @@
* changes are signalled.
*/
-class QThread;
+class TQThread;
class KPilotUser;
class KPilotSysInfo;
class KPilotCard;
diff --git a/kpilot/lib/plugin.h b/kpilot/lib/plugin.h
index d768b6015..168cd2fd8 100644
--- a/kpilot/lib/plugin.h
+++ b/kpilot/lib/plugin.h
@@ -42,7 +42,7 @@
*/
-class QTabWidget;
+class TQTabWidget;
class KAboutData;
class KLibrary;
diff --git a/kpilot/lib/syncAction.h b/kpilot/lib/syncAction.h
index 4643e7c6e..d17993fbb 100644
--- a/kpilot/lib/syncAction.h
+++ b/kpilot/lib/syncAction.h
@@ -43,7 +43,7 @@
* SyncAction
*/
-class QTimer;
+class TQTimer;
class KPilotUser;
class SyncAction;