From 3af7b2c3edf10b263b9c4df5989d6713a383a759 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 12:55:24 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- krename/commandplugin.cpp | 2 +- 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 #include #include -#include +#include 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 #include #include -#include +#include #include #include -- cgit v1.2.1