diff options
Diffstat (limited to 'superkaramba/src/systemtray.cpp')
-rw-r--r-- | superkaramba/src/systemtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/systemtray.cpp b/superkaramba/src/systemtray.cpp index fbe220d..ab539cd 100644 --- a/superkaramba/src/systemtray.cpp +++ b/superkaramba/src/systemtray.cpp @@ -21,9 +21,9 @@ #include <tqobject.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <twinmodule.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <twin.h> |