summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 22:36:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 22:41:08 +0900
commit2e0f267a03e5c086841ad1ed58f62394f5b38db0 (patch)
tree26c4a9d9283856b703db40efebeda9ef4ad84b66 /konqueror
parent9e404dea2461a908f6d45824609c108dca05e5d9 (diff)
downloadtdebase-2e0f267a.tar.gz
tdebase-2e0f267a.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fc027edfaa4e1134538d74499347fe7c15148f53)
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/listview/konq_listview.cpp2
-rw-r--r--konqueror/sidebar/konqsidebar.cpp2
-rw-r--r--konqueror/sidebar/test/konqsidebartest.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/listview/konq_listview.cpp b/konqueror/listview/konq_listview.cpp
index 5cd554d55..33424ca52 100644
--- a/konqueror/listview/konq_listview.cpp
+++ b/konqueror/listview/konq_listview.cpp
@@ -46,7 +46,7 @@
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <konq_sort_constants.h>
diff --git a/konqueror/sidebar/konqsidebar.cpp b/konqueror/sidebar/konqsidebar.cpp
index 437c7bda9..7be580b8b 100644
--- a/konqueror/sidebar/konqsidebar.cpp
+++ b/konqueror/sidebar/konqsidebar.cpp
@@ -79,7 +79,7 @@ void KonqSidebar::customEvent(TQCustomEvent* ev)
// notable exception of the TDEAboutData data
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
TDEInstance* KonqSidebarFactory::s_instance = 0L;
TDEAboutData* KonqSidebarFactory::s_about = 0L;
diff --git a/konqueror/sidebar/test/konqsidebartest.cpp b/konqueror/sidebar/test/konqsidebartest.cpp
index 3c979d5fc..7e1145854 100644
--- a/konqueror/sidebar/test/konqsidebartest.cpp
+++ b/konqueror/sidebar/test/konqsidebartest.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
#include "konqsidebartest.moc"
-#include <kinstance.h>
+#include <tdeinstance.h>
extern "C"
{