summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 13:06:36 +0900
commit978c8d4301cab381f196687dfcf2d066f0018b6b (patch)
tree643f1db194d340bac7d4d4a0764e7e166bc7f74c /tdefile-plugins
parent59e9205d8b8ef073a918e4e9eff9b258615adca4 (diff)
downloadtdeadmin-978c8d4301cab381f196687dfcf2d066f0018b6b.tar.gz
tdeadmin-978c8d4301cab381f196687dfcf2d066f0018b6b.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/deb/tdefile_deb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/deb/tdefile_deb.cpp b/tdefile-plugins/deb/tdefile_deb.cpp
index 0b868d6..959bdb2 100644
--- a/tdefile-plugins/deb/tdefile_deb.cpp
+++ b/tdefile-plugins/deb/tdefile_deb.cpp
@@ -19,7 +19,7 @@
#include <config.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdelocale.h>
#include <kgenericfactory.h>
#include <kstringvalidator.h>