summaryrefslogtreecommitdiffstats
path: root/kiten
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 13:07:17 +0900
committerMichele Calgaro <[email protected]>2024-12-02 13:07:17 +0900
commiteb0254634f44e69ddd1370609e4adb4c0c6c9825 (patch)
treeb22c1ee9d6871ff02b26dfa0b48ac5815f023587 /kiten
parent974a72f40bc6647cf731fa636fb2aff51b8dab4c (diff)
downloadtdeedu-eb0254634f44e69ddd1370609e4adb4c0c6c9825.tar.gz
tdeedu-eb0254634f44e69ddd1370609e4adb4c0c6c9825.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kiten')
-rw-r--r--kiten/dict.cpp2
-rw-r--r--kiten/widgets.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kiten/dict.cpp b/kiten/dict.cpp
index ec8ceb6a..a6ae0b51 100644
--- a/kiten/dict.cpp
+++ b/kiten/dict.cpp
@@ -21,7 +21,7 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <tqfileinfo.h>
diff --git a/kiten/widgets.cpp b/kiten/widgets.cpp
index bbfbab6f..1fbdc262 100644
--- a/kiten/widgets.cpp
+++ b/kiten/widgets.cpp
@@ -26,7 +26,7 @@
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <kprinter.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
#include <tqfileinfo.h>