diff options
Diffstat (limited to 'plugins/scheduler/schedulerplugin.cpp')
-rw-r--r-- | plugins/scheduler/schedulerplugin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/scheduler/schedulerplugin.cpp b/plugins/scheduler/schedulerplugin.cpp index 0f1c6fa..d0b8f68 100644 --- a/plugins/scheduler/schedulerplugin.cpp +++ b/plugins/scheduler/schedulerplugin.cpp @@ -28,11 +28,11 @@ #include <tqtimer.h> #include <tqdatetime.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <kstdaction.h> #include <kiconloader.h> -#include <kglobal.h> +#include <tdeglobal.h> #include "schedulerplugin.h" #include "schedulerpluginsettings.h" |