summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/linguist/shared
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/linguist/shared')
-rw-r--r--tools/linguist/shared/metatranslator.cpp14
-rw-r--r--tools/linguist/shared/metatranslator.h8
-rw-r--r--tools/linguist/shared/proparser.cpp12
-rw-r--r--tools/linguist/shared/proparser.h4
4 files changed, 19 insertions, 19 deletions
diff --git a/tools/linguist/shared/metatranslator.cpp b/tools/linguist/shared/metatranslator.cpp
index 643e95189..5da969d8b 100644
--- a/tools/linguist/shared/metatranslator.cpp
+++ b/tools/linguist/shared/metatranslator.cpp
@@ -33,13 +33,13 @@
#include "metatranslator.h"
-#include <qapplication.h>
-#include <qcstring.h>
-#include <qfile.h>
-#include <qmessagebox.h>
-#include <qtextcodec.h>
-#include <qtextstream.h>
-#include <qxml.h>
+#include <ntqapplication.h>
+#include <ntqcstring.h>
+#include <ntqfile.h>
+#include <ntqmessagebox.h>
+#include <ntqtextcodec.h>
+#include <ntqtextstream.h>
+#include <ntqxml.h>
static bool encodingIsUtf8( const TQXmlAttributes& atts )
{
diff --git a/tools/linguist/shared/metatranslator.h b/tools/linguist/shared/metatranslator.h
index 0957ecb86..7e0419d21 100644
--- a/tools/linguist/shared/metatranslator.h
+++ b/tools/linguist/shared/metatranslator.h
@@ -34,10 +34,10 @@
#ifndef METATRANSLATOR_H
#define METATRANSLATOR_H
-#include <qmap.h>
-#include <qstring.h>
-#include <qtranslator.h>
-#include <qvaluelist.h>
+#include <ntqmap.h>
+#include <ntqstring.h>
+#include <ntqtranslator.h>
+#include <ntqvaluelist.h>
class TQTextCodec;
diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp
index 6095d48de..be88eb861 100644
--- a/tools/linguist/shared/proparser.cpp
+++ b/tools/linguist/shared/proparser.cpp
@@ -33,12 +33,12 @@
#include "proparser.h"
-#include <qdir.h>
-#include <qfile.h>
-#include <qfileinfo.h>
-#include <qregexp.h>
-#include <qstringlist.h>
-#include <qtextstream.h>
+#include <ntqdir.h>
+#include <ntqfile.h>
+#include <ntqfileinfo.h>
+#include <ntqregexp.h>
+#include <ntqstringlist.h>
+#include <ntqtextstream.h>
#ifdef Q_OS_UNIX
#include <unistd.h>
diff --git a/tools/linguist/shared/proparser.h b/tools/linguist/shared/proparser.h
index 3c1ca7c93..a18ccac8e 100644
--- a/tools/linguist/shared/proparser.h
+++ b/tools/linguist/shared/proparser.h
@@ -34,8 +34,8 @@
#ifndef PROPARSER_H
#define PROPARSER_H
-#include <qmap.h>
-#include <qstring.h>
+#include <ntqmap.h>
+#include <ntqstring.h>
TQMap<TQString, TQString> proFileTagMap( const TQString& text );