summaryrefslogtreecommitdiffstats
path: root/tdeui/kcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcursor.cpp')
-rw-r--r--tdeui/kcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcursor.cpp b/tdeui/kcursor.cpp
index 7a13e791d..31bbc2f2e 100644
--- a/tdeui/kcursor.cpp
+++ b/tdeui/kcursor.cpp
@@ -294,7 +294,7 @@ void KCursorPrivateAutoHideEventFilter::unhideCursor()
TQWidget* w = actualWidget();
- if ( w->cursor().shape() != Qt::BlankCursor ) // someone messed with the cursor already
+ if ( w->cursor().shape() != TQt::BlankCursor ) // someone messed with the cursor already
return;
if ( m_isOwnCursor )