From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- buildtools/lib/parsers/qmake/qmake_yacc.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'buildtools/lib/parsers/qmake/qmake_yacc.hpp') diff --git a/buildtools/lib/parsers/qmake/qmake_yacc.hpp b/buildtools/lib/parsers/qmake/qmake_yacc.hpp index 60030b3c..91583cd3 100644 --- a/buildtools/lib/parsers/qmake/qmake_yacc.hpp +++ b/buildtools/lib/parsers/qmake/qmake_yacc.hpp @@ -85,9 +85,9 @@ SOURCES = foo #regognize me @fixme 1 shift/reduce conflict in "line_body" rule */ -#include +#include #include "qmakeast.h" -#include +#include #define YYSTYPE_IS_DECLARED @@ -102,7 +102,7 @@ struct Result { Result(): node(0) {} /**Type of semantic value for simple grammar rules.*/ - QString value; + TQString value; /**Type of semantic value for grammar rules which are parts of AST.*/ AST *node; /**Type of semantic value for "multiline_values" grammar rule. @@ -121,8 +121,8 @@ struct Result { foo3.cpp foo4.cpp */ - QStringList values; - QString indent; + TQStringList values; + TQString indent; }; #define YYSTYPE Result @@ -143,7 +143,7 @@ When a scope or function scope statement is parsed, the child ProjectAST is crea and pushed onto the stack. Therefore all statements which belong to the scope or function scope are added as childs to their direct parent (scope or function scope). */ -//QValueStack projects; +//TQValueStack projects; /** The current depth of AST node is stored here. @@ -249,7 +249,7 @@ namespace QMake typedef token::yytokentype token_type; /// Build a parser object. - Parser (QMake::Lexer* lexer_yyarg, QValueStack& projects_yyarg, int depth_yyarg); + Parser (QMake::Lexer* lexer_yyarg, TQValueStack& projects_yyarg, int depth_yyarg); virtual ~Parser (); /// Parse. @@ -409,7 +409,7 @@ namespace QMake /* User arguments. */ QMake::Lexer* lexer; - QValueStack& projects; + TQValueStack& projects; int depth; }; } -- cgit v1.2.1