diff options
Diffstat (limited to 'tdemid/channel.cpp')
-rw-r--r-- | tdemid/channel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdemid/channel.cpp b/tdemid/channel.cpp index c97ea5c9..6b8e23cf 100644 --- a/tdemid/channel.cpp +++ b/tdemid/channel.cpp @@ -28,10 +28,10 @@ #include <tqpainter.h> #include <tqcombobox.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kinstance.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include "tdemidbutton.h" |