diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:54:10 +0900 |
| commit | c43d3e02f97df410fc3590e9007f0d0ef458b8d1 (patch) | |
| tree | 99c82ab76340c7bbc3a497efcf8628442f36250d | |
| parent | 7dbcdd0114f3abfd7975e0807304b10122eebfd7 (diff) | |
| download | tde-style-baghira-c43d3e02.tar.gz tde-style-baghira-c43d3e02.zip | |
Use tdeinstance.hr14.1.5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a1d880e2d6bf7d09ac8ca6f683f411700215d152)
| -rw-r--r-- | sidebar/baghirasidebar.cpp | 2 | ||||
| -rw-r--r-- | sidebar/baghirasidebar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sidebar/baghirasidebar.cpp b/sidebar/baghirasidebar.cpp index f9c52b8..1af2186 100644 --- a/sidebar/baghirasidebar.cpp +++ b/sidebar/baghirasidebar.cpp @@ -1,5 +1,5 @@ -#include <kinstance.h> +#include <tdeinstance.h> #include <tqsplitter.h> #include <kiconloader.h> #include <stdlib.h> diff --git a/sidebar/baghirasidebar.h b/sidebar/baghirasidebar.h index 640c354..c146848 100644 --- a/sidebar/baghirasidebar.h +++ b/sidebar/baghirasidebar.h @@ -21,7 +21,7 @@ public: /** * Construct a @ref KonqSidebarPlugin. * - * @param inst The sidebar's kinstance class. + * @param inst The sidebar's tdeinstance class. * @param parent The sidebar internal button info class responsible for this plugin. * @param widgetParent The container which will contain the plugins widget. * @param desktopName The filename of the configuration file. |
