diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 2 | ||||
-rw-r--r-- | plugin/smb4k_konqplugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index 8da94bd..5cf88fc 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -36,7 +36,7 @@ // KDE includes #include <klibloader.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdelocale.h> #include <kiconloader.h> #include <tdemessagebox.h> diff --git a/plugin/smb4k_konqplugin.h b/plugin/smb4k_konqplugin.h index aa1c7f2..3e913aa 100644 --- a/plugin/smb4k_konqplugin.h +++ b/plugin/smb4k_konqplugin.h @@ -59,7 +59,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. |