summaryrefslogtreecommitdiffstats
path: root/nsplugins/viewer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:15:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:15:28 -0600
commit2242eb95a7bcd686207e2043340fed5ccc8b7609 (patch)
treefd85f1fe082773ae6bc422b71392ded6bfa3c903 /nsplugins/viewer
parent0a382195c4b1822d4120a50d8a6c1269467386ac (diff)
downloadtdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.tar.gz
tdebase-2242eb95a7bcd686207e2043340fed5ccc8b7609.zip
Rename additional members for tqt3
Diffstat (limited to 'nsplugins/viewer')
-rw-r--r--nsplugins/viewer/qxteventloop.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}