summaryrefslogtreecommitdiffstats
path: root/src/tools/list/compile_process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/list/compile_process.cpp')
-rw-r--r--src/tools/list/compile_process.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}