diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
commit | 16652efd0f5da6775487e6796493785d2602717d (patch) | |
tree | 745f15449146331a2abcb7da7fc8bddd2f29d574 /kappfinder/common.cpp | |
parent | 51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 (diff) | |
download | tdebase-16652efd0f5da6775487e6796493785d2602717d.tar.gz tdebase-16652efd0f5da6775487e6796493785d2602717d.zip |
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kappfinder/common.cpp')
-rw-r--r-- | kappfinder/common.cpp | 4 |
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; |