diff options
Diffstat (limited to 'kommander/working')
-rw-r--r-- | kommander/working/plugintemplate/plugin.cpp | 4 | ||||
-rw-r--r-- | kommander/working/plugintemplate/widget.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kommander/working/plugintemplate/plugin.cpp b/kommander/working/plugintemplate/plugin.cpp index d8b91da0..a0138bde 100644 --- a/kommander/working/plugintemplate/plugin.cpp +++ b/kommander/working/plugintemplate/plugin.cpp @@ -2,9 +2,9 @@ #include "%{APPNAMELC}.h" #include <kommanderplugin.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include "%{APPNAMELC}.h" class %{APPNAME}Plugin : public KommanderPlugin 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 { |