diff options
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/lib/parsers/qmake/qmake.yy | 2 | ||||
-rw-r--r-- | buildtools/lib/parsers/qmake/qmake_yacc.cpp | 2 | ||||
-rw-r--r-- | buildtools/pascal/pascalproject_part.cpp | 4 | ||||
-rw-r--r-- | buildtools/qmake/trollprojectwidget.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/buildtools/lib/parsers/qmake/qmake.yy b/buildtools/lib/parsers/qmake/qmake.yy index 991f1eee..a04c8e58 100644 --- a/buildtools/lib/parsers/qmake/qmake.yy +++ b/buildtools/lib/parsers/qmake/qmake.yy @@ -358,7 +358,7 @@ function_call : ID_SIMPLE LBRACE function_args RBRACE projects.top()->args = $<value>3; depth++; - //qWarning("%s", $<value>1.ascii()); + //tqWarning("%s", $<value>1.ascii()); if ($<value>1.contains("include")) { IncludeAST *includeAST = new IncludeAST(); diff --git a/buildtools/lib/parsers/qmake/qmake_yacc.cpp b/buildtools/lib/parsers/qmake/qmake_yacc.cpp index 3677ceb9..f9dea804 100644 --- a/buildtools/lib/parsers/qmake/qmake_yacc.cpp +++ b/buildtools/lib/parsers/qmake/qmake_yacc.cpp @@ -678,7 +678,7 @@ namespace TQMake projects.top()->args = (yysemantic_stack_[(4) - (3)].value); depth++; - //qWarning("%s", $<value>1.ascii()); + //tqWarning("%s", $<value>1.ascii()); if ((yysemantic_stack_[(4) - (1)].value).contains("include")) { IncludeAST *includeAST = new IncludeAST(); diff --git a/buildtools/pascal/pascalproject_part.cpp b/buildtools/pascal/pascalproject_part.cpp index 6cb66847..6ab3bd27 100644 --- a/buildtools/pascal/pascalproject_part.cpp +++ b/buildtools/pascal/pascalproject_part.cpp @@ -292,12 +292,12 @@ void PascalProjectPart::listOfFiles(TQStringList &result, TQString path) const { if ((it->isDir()) && (it->filePath() != path)) { -// qWarning("entering dir %s", it->dirPath().latin1()); +// tqWarning("entering dir %s", it->dirPath().latin1()); listOfFiles(result, it->dirPath()); } else { -// qWarning("adding to result: %s", it->filePath().latin1()); +// tqWarning("adding to result: %s", it->filePath().latin1()); result << it->filePath(); } } diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index 000554ca..7ae76d17 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -1851,7 +1851,7 @@ void TrollProjectWidget::slotDetailsContextMenu( KListView *, TQListViewItem *it list << DomUtil::Pair( srcfile_relpath, uifile_relpath ); DomUtil::writePairListEntry( dom, "/kdevtrollproject/subclassing", "subclass", "sourcefile", "uifile", list ); // newFileNames[i] = newFileNames[i].replace(TQRegExp(projectDirectory()+"/"),""); - qWarning( "new file: %s", newFileNames[ i ].latin1() ); + tqWarning( "new file: %s", newFileNames[ i ].latin1() ); } m_subclasslist = DomUtil::readPairListEntry( dom, "/kdevtrollproject/subclassing" , "subclass", "sourcefile", "uifile" ); |