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:47:37 +0900 |
commit | a1d880e2d6bf7d09ac8ca6f683f411700215d152 (patch) | |
tree | 5670842c23ec336751d37e908e019349dd55cd51 | |
parent | 45cd52efc638083b7bbaf457e75b1ac87774322c (diff) | |
download | tde-style-baghira-a1d880e2d6bf7d09ac8ca6f683f411700215d152.tar.gz tde-style-baghira-a1d880e2d6bf7d09ac8ca6f683f411700215d152.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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. |