summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-02 12:55:24 +0900
committerMichele Calgaro <[email protected]>2024-12-02 12:55:24 +0900
commit3af7b2c3edf10b263b9c4df5989d6713a383a759 (patch)
treeaa83b8f65d7886d31849c44073aaadfe491473ab
parentd4248e29bba01ba85534fb66f60fdfb5569ad9c3 (diff)
downloadkrename-3af7b2c3edf10b263b9c4df5989d6713a383a759.tar.gz
krename-3af7b2c3edf10b263b9c4df5989d6713a383a759.zip
Use tdeprocess.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--krename/commandplugin.cpp2
-rw-r--r--krename/undodialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/krename/commandplugin.cpp b/krename/commandplugin.cpp
index 01f2c4c..1006c92 100644
--- a/krename/commandplugin.cpp
+++ b/krename/commandplugin.cpp
@@ -31,7 +31,7 @@
#include <tdelistbox.h>
#include <tdemessagebox.h>
#include <kpushbutton.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
const TQString CommandPlugin::getName() const
{
diff --git a/krename/undodialog.cpp b/krename/undodialog.cpp
index 9866569..f811042 100644
--- a/krename/undodialog.cpp
+++ b/krename/undodialog.cpp
@@ -25,7 +25,7 @@
#include <tdefiledialog.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
#include <ktextbrowser.h>
#include <kurlrequester.h>