summaryrefslogtreecommitdiffstats
path: root/kappfinder/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kappfinder/common.cpp')
-rw-r--r--kappfinder/common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kappfinder/common.cpp b/kappfinder/common.cpp
index 14bc673a7..6a54f1a05 100644
--- a/kappfinder/common.cpp
+++ b/kappfinder/common.cpp
@@ -20,7 +20,7 @@
*/
#include <kdebug.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <tdeglobal.h>
#include <tdestandarddirs.h>
@@ -50,7 +50,7 @@ void copyFile( const TQString &inFileName, const TQString &outFileName )
bool scanDesktopFile( TQPtrList<AppLnkCache> &appCache, const TQString &templ,
TQString destDir )
{
- KDesktopFile desktop( templ, true );
+ TDEDesktopFile desktop( templ, true );
// find out where to put the .desktop files
TQString destName;