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 /tdeioslave/http | |
| 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 'tdeioslave/http')
| -rw-r--r-- | tdeioslave/http/http.cpp | 2 | ||||
| -rw-r--r-- | tdeioslave/http/http_cache_cleaner.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/http/http.cpp b/tdeioslave/http/http.cpp index 7d9fd72dc..0e2cc6432 100644 --- a/tdeioslave/http/http.cpp +++ b/tdeioslave/http/http.cpp @@ -57,7 +57,7 @@ #include <kservice.h> #include <krfcdate.h> #include <kmdcodec.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kresolver.h> #include <kmimemagic.h> #include <dcopclient.h> diff --git a/tdeioslave/http/http_cache_cleaner.cpp b/tdeioslave/http/http_cache_cleaner.cpp index 3ea4b6fe2..9a4a833aa 100644 --- a/tdeioslave/http/http_cache_cleaner.cpp +++ b/tdeioslave/http/http_cache_cleaner.cpp @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqstring.h> #include <tqptrlist.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdelocale.h> #include <tdecmdlineargs.h> #include <tdeglobal.h> |
