diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 13:08:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 22:25:23 +0900 |
commit | 5af24c40137c80c4de65f63ce816f77ef8b7bea3 (patch) | |
tree | a47b22ac3ff5b79df381ea09505bf82c2071c847 /vcs/cvsservice/cvspart.cpp | |
parent | 5a0afc9e219fe72a763af031a4b3ce385316f1ea (diff) | |
download | tdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.tar.gz tdevelop-5af24c40137c80c4de65f63ce816f77ef8b7bea3.zip |
Use tdeprocess.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'vcs/cvsservice/cvspart.cpp')
-rw-r--r-- | vcs/cvsservice/cvspart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/cvspart.cpp b/vcs/cvsservice/cvspart.cpp index ca7c26ab..47e1bd68 100644 --- a/vcs/cvsservice/cvspart.cpp +++ b/vcs/cvsservice/cvspart.cpp @@ -28,7 +28,7 @@ #include <tdeapplication.h> #include <tdemainwindow.h> // Because of KShellProcess::quote() -#include <kprocess.h> +#include <tdeprocess.h> #include <kiconloader.h> #include <dcopref.h> |