summaryrefslogtreecommitdiffstats
path: root/buildtools/lib/parsers/qmake/qmakedriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/lib/parsers/qmake/qmakedriver.h')
-rw-r--r--buildtools/lib/parsers/qmake/qmakedriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/lib/parsers/qmake/qmakedriver.h b/buildtools/lib/parsers/qmake/qmakedriver.h
index 37441bf8..daa06057 100644
--- a/buildtools/lib/parsers/qmake/qmakedriver.h
+++ b/buildtools/lib/parsers/qmake/qmakedriver.h
@@ -44,7 +44,7 @@ public:
@return The result of parsing. Result is 0 on success and <> 0 on failure.
*/
static int parseFile(const char *fileName, ProjectAST **ast, int debug);
- static int parseFile(QString fileName, ProjectAST **ast, int debug);
+ static int parseFile(TQString fileName, ProjectAST **ast, int debug);
static int parseFile(KURL fileName, ProjectAST **ast, int debug);
static int parseString(const char* string, ProjectAST **ast, int debug);