diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:41:08 +0900 |
| commit | 2e0f267a03e5c086841ad1ed58f62394f5b38db0 (patch) | |
| tree | 26c4a9d9283856b703db40efebeda9ef4ad84b66 /konqueror/sidebar | |
| parent | 9e404dea2461a908f6d45824609c108dca05e5d9 (diff) | |
| download | tdebase-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/sidebar')
| -rw-r--r-- | konqueror/sidebar/konqsidebar.cpp | 2 | ||||
| -rw-r--r-- | konqueror/sidebar/test/konqsidebartest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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" { |
