diff options
Diffstat (limited to 'src/translators/htmlexporter.cpp')
-rw-r--r-- | src/translators/htmlexporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp index 2a3d1f5..e27d6e5 100644 --- a/src/translators/htmlexporter.cpp +++ b/src/translators/htmlexporter.cpp @@ -27,10 +27,10 @@ #include <kstandarddirs.h> #include <tdeconfig.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeio/netaccess.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqdom.h> #include <tqgroupbox.h> |