diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 13:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-13 21:51:57 +0900 |
commit | cfe383b0628d5e8b642e5df2e261b258b7c19103 (patch) | |
tree | 63a2b50a5544818432ff7d2d5a28b37b60f6398b /kdoctools/main_ghelp.cpp | |
parent | 351e6ce3b2757c57071ab33fdde2afe265c048af (diff) | |
download | tdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.tar.gz tdelibs-cfe383b0628d5e8b642e5df2e261b258b7c19103.zip |
Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}.
A dummy kinstance.h has been temporarily added to keep other apps
building while the replacement is completed across all TDE code base.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdoctools/main_ghelp.cpp')
-rw-r--r-- | kdoctools/main_ghelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdoctools/main_ghelp.cpp b/kdoctools/main_ghelp.cpp index c394776b7..cca632d2d 100644 --- a/kdoctools/main_ghelp.cpp +++ b/kdoctools/main_ghelp.cpp @@ -13,7 +13,7 @@ #include <libxslt/xsltutils.h> #include <tqstring.h> #include <tdestandarddirs.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kdebug.h> #include <stdlib.h> #include "tdeio_help.h" |