diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:07 +0900 |
commit | b82b302bf3b6d7a9561676b70e1edf3010a19805 (patch) | |
tree | c2cd5f50379bc594e2e07bd210785e7400ff61d3 /kontact/interfaces/plugin.cpp | |
parent | c327636f4934564a4f1f7c7ce3b6ab73eaec230d (diff) | |
download | tdepim-b82b302bf3b6d7a9561676b70e1edf3010a19805.tar.gz tdepim-b82b302bf3b6d7a9561676b70e1edf3010a19805.zip |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact/interfaces/plugin.cpp')
-rw-r--r-- | kontact/interfaces/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp index 71364b6a..b3ec8202 100644 --- a/kontact/interfaces/plugin.cpp +++ b/kontact/interfaces/plugin.cpp @@ -27,7 +27,7 @@ #include <tdeglobal.h> #include <tdeparts/componentfactory.h> #include <kdebug.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <krun.h> #include "core.h" |