diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:46:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:52:31 +0900 |
commit | 7de33020152c637f138316c4ad366bb5790ae210 (patch) | |
tree | 41de0f2b9dfa079e717adf600302351e5cf2e4fe /conduits/knotes | |
parent | bc1e1feb998dbde27fc1ba40c9edcf0165c6dc19 (diff) | |
download | kpilot-r14.1.x.tar.gz kpilot-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6bb3e52c36be3cecb9e36288449705264a5211fd)
Diffstat (limited to 'conduits/knotes')
-rw-r--r-- | conduits/knotes/knotes-factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/knotes/knotes-factory.cpp b/conduits/knotes/knotes-factory.cpp index 2719f32..2c32ce0 100644 --- a/conduits/knotes/knotes-factory.cpp +++ b/conduits/knotes/knotes-factory.cpp @@ -29,7 +29,7 @@ #include "options.h" #include <tdeapplication.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> #include <dcopclient.h> |