diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-13 22:09:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-13 22:09:14 +0900 |
| commit | 20209555a49a3ab3ae04126619951086d147d39c (patch) | |
| tree | 045602304a659301f3e17d55c3ab6c1c1d50fc0c /tdecert/tdecertpart.cpp | |
| parent | e333585884bbae768d449d732e8e2d3d02ee0651 (diff) | |
| download | tdelibs-20209555a49a3ab3ae04126619951086d147d39c.tar.gz tdelibs-20209555a49a3ab3ae04126619951086d147d39c.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>
(manually cherry-picked from commit cfe383b06)
Diffstat (limited to 'tdecert/tdecertpart.cpp')
| -rw-r--r-- | tdecert/tdecertpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecert/tdecertpart.cpp b/tdecert/tdecertpart.cpp index adeabc4cb..ac19940ab 100644 --- a/tdecert/tdecertpart.cpp +++ b/tdecert/tdecertpart.cpp @@ -21,7 +21,7 @@ #include "tdecertpart.h" #include <tdeparts/genericfactory.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> #include <tqframe.h> #include <tdelocale.h> |
