summaryrefslogtreecommitdiffstats
path: root/pylupdate3/proparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'pylupdate3/proparser.h')
-rw-r--r--pylupdate3/proparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylupdate3/proparser.h b/pylupdate3/proparser.h
index 2a66c8a..953f0ea 100644
--- a/pylupdate3/proparser.h
+++ b/pylupdate3/proparser.h
@@ -3,7 +3,7 @@
**
** proparser.h
**
-** This file is part of Qt Linguist.
+** This file is part of TQt Linguist.
**
** See the file LICENSE included in the distribution for the usage
** and distribution terms.
@@ -20,6 +20,6 @@
#include <qmap.h>
#include <qstring.h>
-QMap<QString, QString> proFileTagMap( const QString& text );
+TQMap<TQString, TQString> proFileTagMap( const TQString& text );
#endif