diff options
Diffstat (limited to 'kicker/applets/naughty')
-rw-r--r-- | kicker/applets/naughty/NaughtyApplet.cpp | 6 | ||||
-rw-r--r-- | kicker/applets/naughty/NaughtyConfigDialog.cpp | 2 | ||||
-rw-r--r-- | kicker/applets/naughty/NaughtyProcessMonitor.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/kicker/applets/naughty/NaughtyApplet.cpp b/kicker/applets/naughty/NaughtyApplet.cpp index c805a46a6..1da45a350 100644 --- a/kicker/applets/naughty/NaughtyApplet.cpp +++ b/kicker/applets/naughty/NaughtyApplet.cpp @@ -27,13 +27,13 @@ #include <tqlayout.h> #include <kiconloader.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> #include <tdeaboutapplication.h> #include <tdeaboutdata.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdepopupmenu.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tqpushbutton.h> extern "C" diff --git a/kicker/applets/naughty/NaughtyConfigDialog.cpp b/kicker/applets/naughty/NaughtyConfigDialog.cpp index 493c78178..9218155a6 100644 --- a/kicker/applets/naughty/NaughtyConfigDialog.cpp +++ b/kicker/applets/naughty/NaughtyConfigDialog.cpp @@ -20,7 +20,7 @@ #include <keditlistbox.h> #include <knuminput.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqvbox.h> #include "NaughtyConfigDialog.h" diff --git a/kicker/applets/naughty/NaughtyProcessMonitor.cpp b/kicker/applets/naughty/NaughtyProcessMonitor.cpp index b14012a70..c71ba6e2f 100644 --- a/kicker/applets/naughty/NaughtyProcessMonitor.cpp +++ b/kicker/applets/naughty/NaughtyProcessMonitor.cpp @@ -42,7 +42,7 @@ #include <tqmap.h> #include <tqdatetime.h> -#include <klocale.h> +#include <tdelocale.h> #include "NaughtyProcessMonitor.h" |