From 92fe63114ba50d68709680bdc89d93633dc3ed92 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 4 Nov 2024 13:01:41 +0900 Subject: rename qmake to tqmake Signed-off-by: Michele Calgaro --- tools/linguist/shared/proparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linguist/shared/proparser.cpp') 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 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. */ -- cgit v1.2.3