summaryrefslogtreecommitdiffstats
path: root/ark/archiveformatinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:55:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:55:56 +0900
commitf0cdc4b6d58c8db3d4334851449edf0bf5bf0870 (patch)
treefd191eb7e7fffc7483a065f9098bc3b0af4d8745 /ark/archiveformatinfo.cpp
parenta4e89f2b45c154949c07fab788df9f14aa0f25e8 (diff)
downloadtdeutils-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.cpp4
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 );