From 2242eb95a7bcd686207e2043340fed5ccc8b7609 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:15:28 -0600 Subject: Rename additional members for tqt3 --- nsplugins/viewer/qxteventloop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsplugins') diff --git a/nsplugins/viewer/qxteventloop.cpp b/nsplugins/viewer/qxteventloop.cpp index 0ae7c7367..2c79bc6ec 100644 --- a/nsplugins/viewer/qxteventloop.cpp +++ b/nsplugins/viewer/qxteventloop.cpp @@ -148,7 +148,7 @@ void QXtEventLoopPrivate::unhook() appContext = ownContext = 0; } -extern bool qt_try_modal( TQWidget *, XEvent * ); // defined in qapplication_x11.cpp +extern bool tqt_try_modal( TQWidget *, XEvent * ); // defined in qapplication_x11.cpp Boolean qmotif_event_dispatcher( XEvent *event ) { TQApplication::sendPostedEvents(); @@ -206,7 +206,7 @@ Boolean qmotif_event_dispatcher( XEvent *event ) return True; if ( qMotif && TQApplication::activeModalWidget() ) { - if ( !qt_try_modal(qMotif, event) ) + if ( !tqt_try_modal(qMotif, event) ) return True; } -- cgit v1.2.3