diff options
Diffstat (limited to 'tdeioslave/system/kdedmodule')
-rw-r--r-- | tdeioslave/system/kdedmodule/systemdirnotify.cpp | 4 | ||||
-rw-r--r-- | tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/system/kdedmodule/systemdirnotify.cpp b/tdeioslave/system/kdedmodule/systemdirnotify.cpp index bd27af597..e61a69f28 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotify.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotify.cpp @@ -19,8 +19,8 @@ #include "systemdirnotify.h" #include <kdebug.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <kdesktopfile.h> diff --git a/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp b/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp index 9f9b422bd..ec95c0e32 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotifymodule.cpp @@ -19,8 +19,8 @@ #include "systemdirnotifymodule.h" #include <kdebug.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> SystemDirNotifyModule::SystemDirNotifyModule(const TQCString &obj) : KDEDModule(obj) |