diff options
Diffstat (limited to 'tools/linguist/shared')
-rw-r--r-- | tools/linguist/shared/metatranslator.cpp | 4 | ||||
-rw-r--r-- | tools/linguist/shared/proparser.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/shared/metatranslator.cpp b/tools/linguist/shared/metatranslator.cpp index 73e435d0a..aabd5d28e 100644 --- a/tools/linguist/shared/metatranslator.cpp +++ b/tools/linguist/shared/metatranslator.cpp @@ -37,8 +37,8 @@ #include <ntqcstring.h> #include <ntqfile.h> #include <ntqmessagebox.h> -#include <ntqtextcodec.h> -#include <ntqtextstream.h> +#include <tqtextcodec.h> +#include <tqtextstream.h> #include <tqxml.h> static bool encodingIsUtf8( const TQXmlAttributes& atts ) diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp index fea008806..f4a6d8deb 100644 --- a/tools/linguist/shared/proparser.cpp +++ b/tools/linguist/shared/proparser.cpp @@ -38,7 +38,7 @@ #include <ntqfileinfo.h> #include <ntqregexp.h> #include <tqstringlist.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #ifdef Q_OS_UNIX #include <unistd.h> |