diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 01:11:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-29 01:11:08 -0600 |
commit | 8a055d66f43592c257cece2eb8cc021808062917 (patch) | |
tree | d0922f201bd5d24b62a33160d1d9baf9e89f9a70 /pylupdate3/proparser.h | |
parent | b388516ca2691303a076a0764fd40bf7116fe43d (diff) | |
download | pytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip |
Initial TQt conversion
Diffstat (limited to 'pylupdate3/proparser.h')
-rw-r--r-- | pylupdate3/proparser.h | 4 |
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 |