diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 13:08:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-02 22:25:23 +0900 |
commit | 5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch) | |
tree | a47b22ac3ff5b79df381ea09505bf82c2071c847 /vcs/perforce | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-master.tar.gz tdevelop-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs/perforce')
-rw-r--r-- | vcs/perforce/commitdlg.cpp | 2 | ||||
-rw-r--r-- | vcs/perforce/perforcepart.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcs/perforce/commitdlg.cpp b/vcs/perforce/commitdlg.cpp index f343d9a8..daa882d4 100644 --- a/vcs/perforce/commitdlg.cpp +++ b/vcs/perforce/commitdlg.cpp @@ -17,7 +17,7 @@ #include <tqtextedit.h> #include <tqpushbutton.h> #include <tqregexp.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeapplication.h> #include <tdelocale.h> #include <klineedit.h> diff --git a/vcs/perforce/perforcepart.cpp b/vcs/perforce/perforcepart.cpp index 8d7975e8..e3229fb6 100644 --- a/vcs/perforce/perforcepart.cpp +++ b/vcs/perforce/perforcepart.cpp @@ -18,7 +18,7 @@ #include <tdepopupmenu.h> #include <kdebug.h> #include <kdevgenericfactory.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdemessagebox.h> #include <tdeapplication.h> #include <tdeaction.h> |