From 8bd291c0e8a9d8b6eec6f5217e4d5c2f1fd06b96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:13:02 -0600 Subject: Rename additional global functions and variables for tqt3 --- twin/popupinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/popupinfo.cpp') 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; } -- cgit v1.2.1