diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:46:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:46:02 +0900 |
commit | cfca5c012fea24d82a4fc93aa96feb464a58bf94 (patch) | |
tree | 0d56ff3d53aec7aede61c37da4fc3188c5f2528a /plugins/scan/scan.cpp | |
parent | 8870815cc64f172228322891053943d7ab8557bb (diff) | |
download | koffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.tar.gz koffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.zip |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/scan/scan.cpp')
-rw-r--r-- | plugins/scan/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scan/scan.cpp b/plugins/scan/scan.cpp index a7157c2ca..9a8511971 100644 --- a/plugins/scan/scan.cpp +++ b/plugins/scan/scan.cpp @@ -19,7 +19,7 @@ #include <tdelocale.h> #include <kiconloader.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdemessagebox.h> #include <tdestandarddirs.h> #include <tdetempfile.h> |