summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:45:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-02 12:45:10 +0900
commite48653bab3a596c78b6e980f80beb5e150197efd (patch)
treea7abb7edc8fa8093c1bac1a9096a42321f810f76
parentd29262688c1b2de48870082f9722bed2eeebc0d6 (diff)
downloadbibletime-e48653bab3a596c78b6e980f80beb5e150197efd.tar.gz
bibletime-e48653bab3a596c78b6e980f80beb5e150197efd.zip
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--bibletime/frontend/btinstallmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/btinstallmgr.cpp b/bibletime/frontend/btinstallmgr.cpp
index b5108a8..686b8ce 100644
--- a/bibletime/frontend/btinstallmgr.cpp
+++ b/bibletime/frontend/btinstallmgr.cpp
@@ -21,7 +21,7 @@
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <tdeconfig.h>
#include <tdemessagebox.h>