summaryrefslogtreecommitdiffstats
path: root/vcs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:36 +0900
commit6a709d087ffa69c1b38625e688b834d8ad676abd (patch)
treef15f4c1bc7a2d08a80b5772cd681e27b5c32b23b /vcs
parentf73aa9d37974dc4a542181a7e5b7e43c6203b1fc (diff)
downloadtdevelop-master.tar.gz
tdevelop-master.zip
Use tdeinstance.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'vcs')
-rw-r--r--vcs/subversion/subversion_core.cpp2
-rw-r--r--vcs/subversion/svn_tdeio.cpp2
2 files changed, 2 insertions, 2 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;
diff --git a/vcs/subversion/svn_tdeio.cpp b/vcs/subversion/svn_tdeio.cpp
index f1205214..507ef8fa 100644
--- a/vcs/subversion/svn_tdeio.cpp
+++ b/vcs/subversion/svn_tdeio.cpp
@@ -32,7 +32,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <tdemessagebox.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <tdeglobal.h>
#include <tdestandarddirs.h>
#include <tdelocale.h>