summaryrefslogtreecommitdiffstats
path: root/src/kernel/qcursor_x11.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
committerTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
commit9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch)
treedf1e10cc7504665622d096f9ba80dc9e56f3afb8 /src/kernel/qcursor_x11.cpp
parenta830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff)
downloadqt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz
qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip
Undo prior accidental commit
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 ec98020..7d359a3 100644
--- a/src/kernel/qcursor_x11.cpp
+++ b/src/kernel/qcursor_x11.cpp
@@ -166,7 +166,7 @@ void QCursor::initialize()
for( shape = 0; shape <= LastCursor; shape++ )
cursorTable[shape].data = new QCursorData( shape );
initialized = TRUE;
- tqAddPostRoutine( cleanup );
+ qAddPostRoutine( cleanup );
}
@@ -234,7 +234,7 @@ void QCursor::setBitmap( const QBitmap &bitmap, const QBitmap &mask,
if ( bitmap.depth() != 1 || mask.depth() != 1 ||
bitmap.size() != mask.size() ) {
#if defined(QT_CHECK_NULL)
- tqWarning( "QCursor: Cannot create bitmap cursor; invalid bitmap(s)" );
+ qWarning( "QCursor: Cannot create bitmap cursor; invalid bitmap(s)" );
#endif
QCursor *c = &cursorTable[arrowCursorIdx];
c->data->ref();
@@ -825,7 +825,7 @@ void QCursor::update() const
#endif /* QT_USE_APPROXIMATE_CURSORS */
default:
#if defined(QT_CHECK_RANGE)
- tqWarning( "QCursor::update: Invalid cursor shape %d", d->cshape );
+ qWarning( "QCursor::update: Invalid cursor shape %d", d->cshape );
#endif
return;
}