summaryrefslogtreecommitdiffstats
path: root/kmousetool/kmousetool/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmousetool/kmousetool/main.cpp')
-rw-r--r--kmousetool/kmousetool/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmousetool/kmousetool/main.cpp b/kmousetool/kmousetool/main.cpp
index 29c5e30..6267d57 100644
--- a/kmousetool/kmousetool/main.cpp
+++ b/kmousetool/kmousetool/main.cpp
@@ -23,7 +23,7 @@
#include <kstandarddirs.h>
#include <kuniqueapplication.h>
#include <dcopclient.h>
-#include <qmessagebox.h>
+#include <tqmessagebox.h>
#include <kconfig.h>
#include "kmousetool.h"
@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
if (!KUniqueApplication::start()) {
DCOPClient *client = new DCOPClient();
client->attach();
- QByteArray data;
- QCString replyType;
- QByteArray replyData;
+ TQByteArray data;
+ TQCString replyType;
+ TQByteArray replyData;
if ( !client->call("kmousetool", "qt/KMouseToolUI", "show()",
data, replyType, replyData, true) ||
!client->call("kmousetool", "qt/KMouseToolUI", "raise()",