diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:35:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:35:43 +0900 |
commit | 448e507f48467b0c36675c1aa570474c713db003 (patch) | |
tree | 367c7551965f12794c9c1eb38c7e9e683828ba5c /src/svnfrontend/graphtree | |
parent | d483afcd3a04ad29990c10507bd23265eaddff14 (diff) | |
download | tdesvn-master.tar.gz tdesvn-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/svnfrontend/graphtree')
-rw-r--r-- | src/svnfrontend/graphtree/revgraphview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/graphtree/revgraphview.cpp b/src/svnfrontend/graphtree/revgraphview.cpp index f20ad95..03c1c91 100644 --- a/src/svnfrontend/graphtree/revgraphview.cpp +++ b/src/svnfrontend/graphtree/revgraphview.cpp @@ -29,7 +29,7 @@ #include <kdebug.h> #include <tdetempfile.h> #include <ktempdir.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdelocale.h> #include <tdefiledialog.h> #include <tdemessagebox.h> |