diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:38:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:38:01 +0900 |
| commit | 27cfa7c21e40cf792d1f781d40c4d778dc76a99b (patch) | |
| tree | 7525df6bf3aa73854f32b738bc23619c12b0448e /plugin/smb4k_konqplugin.cpp | |
| parent | 1fd9a1c4e51e813487be2f1c7ed58fe470b0a485 (diff) | |
| download | smb4k-27cfa7c21e40cf792d1f781d40c4d778dc76a99b.tar.gz smb4k-27cfa7c21e40cf792d1f781d40c4d778dc76a99b.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugin/smb4k_konqplugin.cpp')
| -rw-r--r-- | plugin/smb4k_konqplugin.cpp | 2 |
1 files changed, 1 insertions, 1 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> |
