diff options
Diffstat (limited to 'tdeioslave/system/kdedmodule/systemdirnotify.cpp')
-rw-r--r-- | tdeioslave/system/kdedmodule/systemdirnotify.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/system/kdedmodule/systemdirnotify.cpp b/tdeioslave/system/kdedmodule/systemdirnotify.cpp index 059c7cfc9..80e27d212 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotify.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotify.cpp @@ -21,8 +21,8 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kstandarddirs.h> -#include <kdesktopfile.h> +#include <tdestandarddirs.h> +#include <tdedesktopfile.h> #include <kdirnotify_stub.h> @@ -65,7 +65,7 @@ void SystemDirNotify::init() { if (!names_found.contains(*name)) { - KDesktopFile desktop(*dirpath+*name, true); + TDEDesktopFile desktop(*dirpath+*name, true); TQString system_name = *name; system_name.truncate(system_name.length()-8); |