summaryrefslogtreecommitdiffstats
path: root/doc/html/qapplication-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qapplication-h.html')
-rw-r--r--doc/html/qapplication-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qapplication-h.html b/doc/html/qapplication-h.html
index 858534ed..cd72c34d 100644
--- a/doc/html/qapplication-h.html
+++ b/doc/html/qapplication-h.html
@@ -100,7 +100,7 @@ class TQMutex;
class TQApplication;
-extern Q_EXPORT TQApplication *qApp; // global application object
+extern Q_EXPORT TQApplication *tqApp; // global application object
class Q_EXPORT TQApplication : public TQObject
@@ -532,10 +532,10 @@ inline TQSize TQApplication::globalStrut()
}
inline bool TQApplication::sendEvent( TQObject *receiver, TQEvent *event )
-{ if ( event ) event->spont = FALSE; return qApp ? qApp->notify( receiver, event ) : FALSE; }
+{ if ( event ) event->spont = FALSE; return tqApp ? tqApp->notify( receiver, event ) : FALSE; }
inline bool TQApplication::sendSpontaneousEvent( TQObject *receiver, TQEvent *event )
-{ if ( event ) event->spont = TRUE; return qApp ? qApp->notify( receiver, event ) : FALSE; }
+{ if ( event ) event->spont = TRUE; return tqApp ? tqApp->notify( receiver, event ) : FALSE; }
#ifdef QT_NO_TRANSLATION
// Simple versions