diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:56 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:56 +0900 |
| commit | f0cdc4b6d58c8db3d4334851449edf0bf5bf0870 (patch) | |
| tree | fd191eb7e7fffc7483a065f9098bc3b0af4d8745 /ark/archiveformatinfo.cpp | |
| parent | a4e89f2b45c154949c07fab788df9f14aa0f25e8 (diff) | |
| download | tdeutils-f0cdc4b6d58c8db3d4334851449edf0bf5bf0870.tar.gz tdeutils-f0cdc4b6d58c8db3d4334851449edf0bf5bf0870.zip | |
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/archiveformatinfo.cpp')
| -rw-r--r-- | ark/archiveformatinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <tdelocale.h> #include <kdebug.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <kfilterdev.h> #include <tqfile.h> @@ -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 ); |
