summaryrefslogtreecommitdiffstats
path: root/src/kernel/qthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qthread.cpp')
-rw-r--r--src/kernel/qthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qthread.cpp b/src/kernel/qthread.cpp
index 1653a51..0cb8840 100644
--- a/src/kernel/qthread.cpp
+++ b/src/kernel/qthread.cpp
@@ -80,7 +80,7 @@
{
for( int count = 0; count < 20; count++ ) {
sleep( 1 );
- qDebug( "Ping!" );
+ tqDebug( "Ping!" );
}
}
@@ -166,7 +166,7 @@ QThread::~QThread()
QMutexLocker locker( d->mutex() );
if ( d->running && !d->finished ) {
#ifdef QT_CHECK_STATE
- qWarning("QThread object destroyed while thread is still running.");
+ tqWarning("QThread object destroyed while thread is still running.");
#endif
d->orphan = TRUE;