summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoInsertLink.cpp
diff options
context:
space:
mode:
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());
}