summaryrefslogtreecommitdiffstats
path: root/kexi
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:47:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:47:12 +0900
commit08dceee6d4a57448c85479d4f3f1a7440716c576 (patch)
treeab8c2088e0f8d19315ef9d9516cb72a6f238f61b /kexi
parentf0b641b9e163a2173e944ac86bc86e91668336c7 (diff)
downloadkoffice-08dceee6d4a57448c85479d4f3f1a7440716c576.tar.gz
koffice-08dceee6d4a57448c85479d4f3f1a7440716c576.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi')
-rw-r--r--kexi/main/startup/KexiStartup_p.cpp2
-rw-r--r--kexi/widget/tableview/kexiblobtableedit.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kexi/main/startup/KexiStartup_p.cpp b/kexi/main/startup/KexiStartup_p.cpp
index bb3a9d56..d6f8d255 100644
--- a/kexi/main/startup/KexiStartup_p.cpp
+++ b/kexi/main/startup/KexiStartup_p.cpp
@@ -21,7 +21,7 @@
#include <kstandarddirs.h>
#include <kprogress.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kdebug.h>
#include <tdelocale.h>
diff --git a/kexi/widget/tableview/kexiblobtableedit.cpp b/kexi/widget/tableview/kexiblobtableedit.cpp
index b02a74a6..e54cf4d0 100644
--- a/kexi/widget/tableview/kexiblobtableedit.cpp
+++ b/kexi/widget/tableview/kexiblobtableedit.cpp
@@ -43,7 +43,7 @@
#include <kmimemagic.h>
#include <kuserprofile.h>
#include <kservice.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <kopenwith.h>
#include <kurl.h>
#include <karrowbutton.h>