diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:36 +0900 |
commit | 6a709d087ffa69c1b38625e688b834d8ad676abd (patch) | |
tree | f15f4c1bc7a2d08a80b5772cd681e27b5c32b23b /vcs/subversion/subversion_core.cpp | |
parent | f73aa9d37974dc4a542181a7e5b7e43c6203b1fc (diff) | |
download | tdevelop-6a709d087ffa69c1b38625e688b834d8ad676abd.tar.gz tdevelop-6a709d087ffa69c1b38625e688b834d8ad676abd.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs/subversion/subversion_core.cpp')
-rw-r--r-- | vcs/subversion/subversion_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/subversion_core.cpp b/vcs/subversion/subversion_core.cpp index d7ba8c9b..5a82c88b 100644 --- a/vcs/subversion/subversion_core.cpp +++ b/vcs/subversion/subversion_core.cpp @@ -48,7 +48,7 @@ #include <tqregexp.h> #include <tdeapplication.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> using namespace TDEIO; |