From 9962acf6ebbadb0004435509e3b6002475d31d08 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 13 Jul 2025 19:43:29 +0900 Subject: Use TDEDesktopFile Signed-off-by: Michele Calgaro --- lib/kofficeui/KoInsertLink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficeui/KoInsertLink.cpp') 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 #include #include "KoInsertLink.h" -#include +#include #include 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()); } -- cgit v1.2.3