From f0cdc4b6d58c8db3d4334851449edf0bf5bf0870 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 13 Jul 2025 19:55:56 +0900 Subject: Use TDEDesktopFile Signed-off-by: Michele Calgaro --- ark/archiveformatinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ark/archiveformatinfo.cpp') diff --git a/ark/archiveformatinfo.cpp b/ark/archiveformatinfo.cpp index d3c73a6..6ef5b7c 100644 --- a/ark/archiveformatinfo.cpp +++ b/ark/archiveformatinfo.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include @@ -91,7 +91,7 @@ void ArchiveFormatInfo::addFormatInfo( ArchType type, TQString mime, TQString st { FormatInfo & info = find( type ); - KDesktopFile * desktopFile = new KDesktopFile( mime + ".desktop", true, "mime" ); + TDEDesktopFile * desktopFile = new TDEDesktopFile( mime + ".desktop", true, "mime" ); if( !desktopFile ) kdWarning( 1601 ) << "MimeType " << mime << " seems to be missing." << endl; KMimeType mimeType( desktopFile ); -- cgit v1.2.3