summaryrefslogtreecommitdiffstats
path: root/doc/html/qapplication-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
commit520c05ef06ce203ad32470730f68402bc7719157 (patch)
tree8d0bb18bbbecb4c837e232848905e5819db84b81 /doc/html/qapplication-h.html
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
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 858534ed1..cd72c34da 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-&gt;spont = FALSE; return qApp ? qApp-&gt;notify( receiver, event ) : FALSE; }
+{ if ( event ) event-&gt;spont = FALSE; return tqApp ? tqApp-&gt;notify( receiver, event ) : FALSE; }
inline bool TQApplication::sendSpontaneousEvent( TQObject *receiver, TQEvent *event )
-{ if ( event ) event-&gt;spont = TRUE; return qApp ? qApp-&gt;notify( receiver, event ) : FALSE; }
+{ if ( event ) event-&gt;spont = TRUE; return tqApp ? tqApp-&gt;notify( receiver, event ) : FALSE; }
#ifdef QT_NO_TRANSLATION
// Simple versions