diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:55:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:55:24 +0900 |
commit | 3af7b2c3edf10b263b9c4df5989d6713a383a759 (patch) | |
tree | aa83b8f65d7886d31849c44073aaadfe491473ab | |
parent | d4248e29bba01ba85534fb66f60fdfb5569ad9c3 (diff) | |
download | krename-3af7b2c3edf10b263b9c4df5989d6713a383a759.tar.gz krename-3af7b2c3edf10b263b9c4df5989d6713a383a759.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | krename/commandplugin.cpp | 2 | ||||
-rw-r--r-- | krename/undodialog.cpp | 2 |
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> |