diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:05:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-19 10:09:29 +0900 |
commit | 903281bfd02b6b64bcdde162b6400863f6cba914 (patch) | |
tree | 31f5d70fbee6c2d13d3e8e9b0442b333fe697a74 /kxsldbg | |
parent | 6d9f250db7d9fa11a554d1045703da36fde41973 (diff) | |
download | tdewebdev-r14.1.x.tar.gz tdewebdev-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ae098dd0dc3160487611baa736f16b0d9ee2dc10)
Diffstat (limited to 'kxsldbg')
-rw-r--r-- | kxsldbg/kxsldbgpart/kxsldbg_part.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp index d83b6be4..194faa54 100644 --- a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp +++ b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp @@ -2,7 +2,7 @@ #include "libxsldbg/files.h" #include "libxsldbg/xsldbg.h" -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaction.h> #include <kstdaction.h> #include <tdefiledialog.h> @@ -19,7 +19,7 @@ #include "../kxsldbg.h" #include <tdeaction.h> #include <tdecmdlineargs.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kiconloader.h> #include <tqmessagebox.h> #include <tdelocale.h> |