summaryrefslogtreecommitdiffstats
path: root/src/kernel/qinternal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qinternal.cpp')
-rw-r--r--src/kernel/qinternal.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qinternal.cpp b/src/kernel/qinternal.cpp
index cf1e037..1e0fd7c 100644
--- a/src/kernel/qinternal.cpp
+++ b/src/kernel/qinternal.cpp
@@ -183,7 +183,7 @@ bool QSharedDoubleBufferCleaner::event( QEvent *e )
}
#ifdef QT_CHECK_STATE
else {
- qWarning( "QSharedDoubleBufferCleaner::event: invalid timer event received." );
+ tqWarning( "QSharedDoubleBufferCleaner::event: invalid timer event received." );
return FALSE;
}
#endif // QT_CHECK_STATE
@@ -335,7 +335,7 @@ bool QSharedDoubleBuffer::begin( QPainter* painter, int x, int y, int w, int h )
{
if ( isActive() ) {
#if defined(QT_CHECK_STATE)
- qWarning( "QSharedDoubleBuffer::begin: Buffer is already active."
+ tqWarning( "QSharedDoubleBuffer::begin: Buffer is already active."
"\n\tYou must end() the buffer before a second begin()" );
#endif // QT_CHECK_STATE
return FALSE;
@@ -390,7 +390,7 @@ bool QSharedDoubleBuffer::begin( QWidget* widget, int x, int y, int w, int h )
{
if ( isActive() ) {
#if defined(QT_CHECK_STATE)
- qWarning( "QSharedDoubleBuffer::begin: Buffer is already active."
+ tqWarning( "QSharedDoubleBuffer::begin: Buffer is already active."
"\n\tYou must end() the buffer before a second begin()" );
#endif // QT_CHECK_STATE
return FALSE;
@@ -447,7 +447,7 @@ bool QSharedDoubleBuffer::end()
{
if ( ! isActive() ) {
#if defined(QT_CHECK_STATE)
- qWarning( "QSharedDoubleBuffer::end: Buffer is not active."
+ tqWarning( "QSharedDoubleBuffer::end: Buffer is not active."
"\n\tYou must call begin() before calling end()." );
#endif // QT_CHECK_STATE
return FALSE;
@@ -584,7 +584,7 @@ void QSharedDoubleBuffer::releasePixmap()
// sanity check
#ifdef QT_CHECK_STATE
- qWarning( "QSharedDoubleBuffer::releasePixmap: internal error."
+ tqWarning( "QSharedDoubleBuffer::releasePixmap: internal error."
"\n\t%p does not own shared pixmap, %p does.",
(void*)this, (void*)qdb_owner );
#endif // QT_CHECK_STATE