summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/proparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/shared/proparser.cpp')
-rw-r--r--tools/linguist/shared/proparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/shared/proparser.cpp b/tools/linguist/shared/proparser.cpp
index 26866a99a..439d8c788 100644
--- a/tools/linguist/shared/proparser.cpp
+++ b/tools/linguist/shared/proparser.cpp
@@ -189,7 +189,7 @@ TQMap<TQString, TQString> proFileTagMap( const TQString& text )
int i = 0;
while ( (i = callToSystem.search((*it), i)) != -1 ) {
/*
- This code is stolen from qmake's project.cpp file.
+ This code is stolen from tqmake's project.cpp file.
Ideally we would use the same parser, so we wouldn't
have this code duplication.
*/