summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoInsertLink.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:29 +0900
commit9962acf6ebbadb0004435509e3b6002475d31d08 (patch)
treeb8c38ed4302ef44adcf4c88bfd3dd815dbfc8c04 /lib/kofficeui/KoInsertLink.cpp
parenta1d5d51fe58cfdc6bd7e35153fa334c2fdde3354 (diff)
downloadkoffice-9962acf6ebbadb0004435509e3b6002475d31d08.tar.gz
koffice-9962acf6ebbadb0004435509e3b6002475d31d08.zip
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kofficeui/KoInsertLink.cpp')
-rw-r--r--lib/kofficeui/KoInsertLink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoInsertLink.cpp b/lib/kofficeui/KoInsertLink.cpp
index 94a2ffb75..03609b327 100644
--- a/lib/kofficeui/KoInsertLink.cpp
+++ b/lib/kofficeui/KoInsertLink.cpp
@@ -31,7 +31,7 @@
#include <kseparator.h>
#include <kiconloader.h>
#include "KoInsertLink.h"
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <tderecentdocument.h>
using namespace KOfficePrivate;
@@ -471,7 +471,7 @@ fileLinkPage::fileLinkPage( TQWidget *parent , char *name )
lst <<"";
for (TQStringList::ConstIterator it = fileList.begin();it != fileList.end(); ++it)
{
- KDesktopFile f(*it, true /* read only */);
+ TDEDesktopFile f(*it, true /* read only */);
if ( !f.readURL().isEmpty())
lst.append( f.readURL());
}