summaryrefslogtreecommitdiffstats
path: root/tdersync
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-13 22:09:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-13 22:09:14 +0900
commit20209555a49a3ab3ae04126619951086d147d39c (patch)
tree045602304a659301f3e17d55c3ab6c1c1d50fc0c /tdersync
parente333585884bbae768d449d732e8e2d3d02ee0651 (diff)
downloadtdelibs-20209555.tar.gz
tdelibs-20209555.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> (manually cherry-picked from commit cfe383b06)
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 df12c6667..654eb2147 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 25bcb8e01..d9eb8e3c1 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>