summaryrefslogtreecommitdiffstats
path: root/python/pyqt/pylupdate3/sametexth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyqt/pylupdate3/sametexth.cpp')
-rw-r--r--python/pyqt/pylupdate3/sametexth.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/pyqt/pylupdate3/sametexth.cpp b/python/pyqt/pylupdate3/sametexth.cpp
index 1ee869f2..c007cfc3 100644
--- a/python/pyqt/pylupdate3/sametexth.cpp
+++ b/python/pyqt/pylupdate3/sametexth.cpp
@@ -14,13 +14,13 @@
**
**********************************************************************/
-#include <qcstring.h>
-#include <qmap.h>
+#include <tqcstring.h>
+#include <tqmap.h>
#include <metatranslator.h>
-typedef QMap<QCString, MetaTranslatorMessage> TMM;
-typedef QValueList<MetaTranslatorMessage> TML;
+typedef TQMap<TQCString, MetaTranslatorMessage> TMM;
+typedef TQValueList<MetaTranslatorMessage> TML;
/*
Augments a MetaTranslator with trivially derived translations.
@@ -45,7 +45,7 @@ void applySameTextHeuristic( MetaTranslator *tor, bool verbose )
if ( (*it).translation().isEmpty() )
untranslated.append( *it );
} else {
- QCString key = (*it).sourceText();
+ TQCString key = (*it).sourceText();
t = translated.find( key );
if ( t != translated.end() ) {
/*
@@ -63,7 +63,7 @@ void applySameTextHeuristic( MetaTranslator *tor, bool verbose )
}
for ( u = untranslated.begin(); u != untranslated.end(); ++u ) {
- QCString key = (*u).sourceText();
+ TQCString key = (*u).sourceText();
t = translated.find( key );
if ( t != translated.end() ) {
MetaTranslatorMessage m( *u );