diff options
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r-- | src/systemtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp index a011ac6..b8a3280 100644 --- a/src/systemtray.cpp +++ b/src/systemtray.cpp @@ -33,12 +33,12 @@ #include <tqpoint.h> #include <tqpixmap.h> // To know the program name: -#include <kglobal.h> +#include <tdeglobal.h> #include <kinstance.h> #include <tdeaboutdata.h> #include <kiconeffect.h> // Others: -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kmanagerselection.h> #include <tdeversion.h> #include <tdeapplication.h> |