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 /kate/part | |
| parent | e333585884bbae768d449d732e8e2d3d02ee0651 (diff) | |
| download | tdelibs-20209555.tar.gz tdelibs-20209555.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 'kate/part')
| -rw-r--r-- | kate/part/kateconfig.cpp | 2 | ||||
| -rw-r--r-- | kate/part/katefactory.h | 4 | ||||
| -rw-r--r-- | kate/part/katehighlight.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kate/part/kateconfig.cpp b/kate/part/kateconfig.cpp index 7625af0eb..cf2852267 100644 --- a/kate/part/kateconfig.cpp +++ b/kate/part/kateconfig.cpp @@ -34,7 +34,7 @@ #include <tdelocale.h> #include <kfinddialog.h> #include <kreplacedialog.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kstaticdeleter.h> #include <tqpopupmenu.h> diff --git a/kate/part/katefactory.h b/kate/part/katefactory.h index 3d90d187f..3b4c3790e 100644 --- a/kate/part/katefactory.h +++ b/kate/part/katefactory.h @@ -23,7 +23,7 @@ #include <tdeparts/factory.h> #include <ktrader.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> // katepart version must be a string in double quotes, format: "x.x" @@ -224,7 +224,7 @@ class KateFactory TDEAboutData m_aboutData; /** - * our kinstance + * our TDEInstance */ TDEInstance m_instance; diff --git a/kate/part/katehighlight.cpp b/kate/part/katehighlight.cpp index 86a77dc53..1cb8d0cc2 100644 --- a/kate/part/katehighlight.cpp +++ b/kate/part/katehighlight.cpp @@ -34,7 +34,7 @@ #include <tdeconfig.h> #include <tdeglobal.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kmimetype.h> #include <tdelocale.h> #include <kregexp.h> |
