diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:47:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:53:24 +0900 |
commit | dd0c4f0429a7b1aecd14e9e097c582f7b29d7109 (patch) | |
tree | 42d6b1c68cbf506e68ae58cd8ab4aa6452520e92 | |
parent | 1243c4357e0ca7549b939c95ee11e298409dd6d3 (diff) | |
download | tdeio-appinfo-r14.1.x.tar.gz tdeio-appinfo-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 77d05730fb149090b66dfa13ac3e2981b15c2ee3)
-rw-r--r-- | src/appinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appinfo.cpp b/src/appinfo.cpp index 10bc148..c1cf791 100644 --- a/src/appinfo.cpp +++ b/src/appinfo.cpp @@ -23,7 +23,7 @@ #include <tqcstring.h> #include <kdebug.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kurl.h> #include "appinfo.h" |