summaryrefslogtreecommitdiffstats
path: root/twin/popupinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/popupinfo.cpp')
-rw-r--r--twin/popupinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/popupinfo.cpp b/twin/popupinfo.cpp
index a2760d336..5f75adfbc 100644
--- a/twin/popupinfo.cpp
+++ b/twin/popupinfo.cpp
@@ -109,7 +109,7 @@ void PopupInfo::hide()
TQWidget::hide();
TQApplication::syncX();
XEvent otherEvent;
- while (XCheckTypedEvent (qt_xdisplay(), EnterNotify, &otherEvent ) )
+ while (XCheckTypedEvent (tqt_xdisplay(), EnterNotify, &otherEvent ) )
;
m_shown = false;
}