From 9abf98be4f3111c54f13dcb44902a275bd2d7169 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:22:13 -0600 Subject: Rename additional global TQt functions --- src/tools/list/compile_process.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/list/compile_process.cpp') diff --git a/src/tools/list/compile_process.cpp b/src/tools/list/compile_process.cpp index 7ec09d8..7ba74a2 100644 --- a/src/tools/list/compile_process.cpp +++ b/src/tools/list/compile_process.cpp @@ -210,7 +210,7 @@ Compile::FileData::List Compile::Process::files(bool *ok) const PURL::FileType type = PURL::FileType::fromKey(rexp.cap(1)); if ( type==PURL::Nb_FileTypes ) { if (ok) *ok = false; - qWarning("Unknown PURL::FileType in file list for %s", _manager->label().latin1()); + tqWarning("Unknown PURL::FileType in file list for %s", _manager->label().latin1()); continue; } if ( type.data().group==PURL::LinkerScript ) { @@ -231,7 +231,7 @@ Compile::FileData::List Compile::Process::files(bool *ok) const bool Compile::Process::checkIs(const TQString &s, const TQString &key) { if ( !s.contains(key) ) return false; - if ( s!=key ) qWarning("Argument should be only %s, the rest will be ignored...", key.latin1()); + if ( s!=key ) tqWarning("Argument should be only %s, the rest will be ignored...", key.latin1()); return true; } -- cgit v1.2.3