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 cd72c34da..157ba7f07 100644
--- a/doc/html/qapplication-h.html
+++ b/doc/html/qapplication-h.html
@@ -364,11 +364,11 @@ private:
friend void qt_mac_update_os_settings();
friend bool qt_set_socket_handler( int, int, TQObject *, bool);
friend void qt_mac_destroy_widget(TQWidget *);
- friend void qt_init(int *, char **, TQApplication::Type);
+ friend void tqt_init(int *, char **, TQApplication::Type);
#endif
#ifdef QT_THREAD_SUPPORT
- static TQMutex *qt_mutex;
+ static TQMutex *tqt_mutex;
#endif // QT_THREAD_SUPPORT
int app_argc;
@@ -443,7 +443,7 @@ private:
friend class TQEvent;
friend class TQTranslator;
friend class TQEventLoop;
- friend Q_EXPORT void qt_ucm_initialize( TQApplication * );
+ friend Q_EXPORT void tqt_ucm_initialize( TQApplication * );
#if defined(Q_WS_WIN)
friend bool qt_sendSpontaneousEvent( TQObject*, TQEvent* );
#endif