diff options
Diffstat (limited to 'kommander/working/plugintemplate/widget.cpp')
-rw-r--r-- | kommander/working/plugintemplate/widget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/working/plugintemplate/widget.cpp b/kommander/working/plugintemplate/widget.cpp index d6ad8a0b..cda13f92 100644 --- a/kommander/working/plugintemplate/widget.cpp +++ b/kommander/working/plugintemplate/widget.cpp @@ -4,9 +4,9 @@ #include <kommanderplugin.h> #include <specials.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> enum Functions { |