summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:37 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:37 +0900
commitf5bba420c167f098576e9d9cffa4114ff17976a4 (patch)
tree747fe5a56c118c791cefca9714feee0c4826ca47 /ktouch
parent51d6c09aaad2282f1a010aaf4f3cb16830bc35ff (diff)
downloadtdeedu-master.tar.gz
tdeedu-master.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ktouch')
-rw-r--r--ktouch/src/ktouch.cpp2
-rw-r--r--ktouch/src/ktouchkeyboardwidget.cpp2
-rw-r--r--ktouch/src/ktouchtrainer.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ktouch/src/ktouch.cpp b/ktouch/src/ktouch.cpp
index e70bad89..01792d3a 100644
--- a/ktouch/src/ktouch.cpp
+++ b/ktouch/src/ktouch.cpp
@@ -29,7 +29,7 @@
#include <kstatusbar.h>
#include <tdefiledialog.h>
#include <tdeaction.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include <kdebug.h>
#include <tdepopupmenu.h>
diff --git a/ktouch/src/ktouchkeyboardwidget.cpp b/ktouch/src/ktouchkeyboardwidget.cpp
index 9b29233e..bf13c0e7 100644
--- a/ktouch/src/ktouchkeyboardwidget.cpp
+++ b/ktouch/src/ktouchkeyboardwidget.cpp
@@ -22,7 +22,7 @@
#include <tdetempfile.h>
#include <tdelocale.h>
#include <tdeio/netaccess.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdemessagebox.h>
#include "prefs.h"
diff --git a/ktouch/src/ktouchtrainer.cpp b/ktouch/src/ktouchtrainer.cpp
index 72fc4980..412c53e4 100644
--- a/ktouch/src/ktouchtrainer.cpp
+++ b/ktouch/src/ktouchtrainer.cpp
@@ -19,7 +19,7 @@
#include <kdebug.h>
#include <kpushbutton.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kaudioplayer.h>
#include <tqmessagebox.h>