diff options
Diffstat (limited to 'klaptopdaemon/daemon_state.cpp')
-rw-r--r-- | klaptopdaemon/daemon_state.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klaptopdaemon/daemon_state.cpp b/klaptopdaemon/daemon_state.cpp index a8f69b1..477b0fa 100644 --- a/klaptopdaemon/daemon_state.cpp +++ b/klaptopdaemon/daemon_state.cpp @@ -32,14 +32,14 @@ #include <tqtimer.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdecmdlineargs.h> #include "daemon_state.h" #include "portable.h" #include <tdeaboutdata.h> #include <kaudioplayer.h> #include <sys/ioctl.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <dcopclient.h> #include <tqsocketnotifier.h> #include <tqcursor.h> |