summaryrefslogtreecommitdiffstats
path: root/tdersync
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 13:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-13 21:51:57 +0900
commitcfe383b0628d5e8b642e5df2e261b258b7c19103 (patch)
tree63a2b50a5544818432ff7d2d5a28b37b60f6398b /tdersync
parent351e6ce3b2757c57071ab33fdde2afe265c048af (diff)
downloadtdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.tar.gz
tdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.zip
Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}.
A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdersync')
-rw-r--r--tdersync/rsyncconfigdialog.cpp2
-rw-r--r--tdersync/tdersync.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdersync/rsyncconfigdialog.cpp b/tdersync/rsyncconfigdialog.cpp
index a97c7b2f1..a6a0fe5f6 100644
--- a/tdersync/rsyncconfigdialog.cpp
+++ b/tdersync/rsyncconfigdialog.cpp
@@ -72,7 +72,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <twin.h>
#include <tdeaction.h>
diff --git a/tdersync/tdersync.h b/tdersync/tdersync.h
index a3a6ced31..0d642fcde 100644
--- a/tdersync/tdersync.h
+++ b/tdersync/tdersync.h
@@ -50,7 +50,7 @@
#include <kdebug.h>
#include <tdelocale.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <twin.h>
#include <kurl.h>