summaryrefslogtreecommitdiffstats
path: root/src/kernel/qcursor_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qcursor_x11.cpp')
-rw-r--r--src/kernel/qcursor_x11.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qcursor_x11.cpp b/src/kernel/qcursor_x11.cpp
index 790ebafc..39b60333 100644
--- a/src/kernel/qcursor_x11.cpp
+++ b/src/kernel/qcursor_x11.cpp
@@ -166,7 +166,7 @@ void TQCursor::initialize()
for( shape = 0; shape <= LastCursor; shape++ )
cursorTable[shape].data = new TQCursorData( shape );
initialized = TRUE;
- qAddPostRoutine( cleanup );
+ tqAddPostRoutine( cleanup );
}
@@ -234,7 +234,7 @@ void TQCursor::setBitmap( const TQBitmap &bitmap, const TQBitmap &mask,
if ( bitmap.depth() != 1 || mask.depth() != 1 ||
bitmap.size() != mask.size() ) {
#if defined(QT_CHECK_NULL)
- qWarning( "TQCursor: Cannot create bitmap cursor; invalid bitmap(s)" );
+ tqWarning( "TQCursor: Cannot create bitmap cursor; invalid bitmap(s)" );
#endif
TQCursor *c = &cursorTable[arrowCursorIdx];
c->data->ref();
@@ -825,7 +825,7 @@ void TQCursor::update() const
#endif /* QT_USE_APPROXIMATE_CURSORS */
default:
#if defined(QT_CHECK_RANGE)
- qWarning( "TQCursor::update: Invalid cursor shape %d", d->cshape );
+ tqWarning( "TQCursor::update: Invalid cursor shape %d", d->cshape );
#endif
return;
}