summaryrefslogtreecommitdiffstats
path: root/khelpcenter/docentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/docentry.cpp')
-rw-r--r--khelpcenter/docentry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/docentry.cpp b/khelpcenter/docentry.cpp
index d77fce982..d3242c7d8 100644
--- a/khelpcenter/docentry.cpp
+++ b/khelpcenter/docentry.cpp
@@ -2,7 +2,7 @@
#include <tqfileinfo.h>
#include <kdebug.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <kurl.h>
#include <tdestandarddirs.h>
#include <tdeapplication.h>
@@ -204,7 +204,7 @@ bool DocEntry::isDirectory() const
bool DocEntry::readFromFile( const TQString &fileName )
{
- KDesktopFile file( fileName );
+ TDEDesktopFile file( fileName );
mName = file.readName();
mSearch = file.readEntry( "X-DOC-Search" );