summaryrefslogtreecommitdiffstats
path: root/kmousetool/kmousetool
diff options
context:
space:
mode:
Diffstat (limited to 'kmousetool/kmousetool')
-rw-r--r--kmousetool/kmousetool/kmousetool.cpp6
-rw-r--r--kmousetool/kmousetool/main.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp
index c71a360..0dff42e 100644
--- a/kmousetool/kmousetool/kmousetool.cpp
+++ b/kmousetool/kmousetool/kmousetool.cpp
@@ -29,15 +29,15 @@
#include <X11/extensions/xtestext1.h> /* Standard Name-String definitions*/
#include <X11/extensions/XTest.h> /* Standard Name-String definitions*/
#include <kdialog.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqpushbutton.h>
#include <tqpoint.h>
#include <tqnamespace.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kaudioplayer.h>
#include <kstandarddirs.h>
#include <tqsound.h>
-#include <kglobalsettings.h>
+#include <tdeglobalsettings.h>
#include <kdebug.h>
#include <tqlayout.h>
#include <tqlineedit.h>
diff --git a/kmousetool/kmousetool/main.cpp b/kmousetool/kmousetool/main.cpp
index 975c193..ebab64a 100644
--- a/kmousetool/kmousetool/main.cpp
+++ b/kmousetool/kmousetool/main.cpp
@@ -19,7 +19,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <kuniqueapplication.h>
#include <dcopclient.h>