From dab41fe3e687e8b677e91c922c7f63afbe3e747a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 16 May 2013 01:10:55 -0500 Subject: [PATCH] Automated update from Qt3 --- src/kernel/ntqapplication.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h index ce8aa3d8..fdf75aa5 100644 --- a/src/kernel/ntqapplication.h +++ b/src/kernel/ntqapplication.h @@ -435,7 +435,9 @@ private: friend class TQDialog; friend class TQAccelManager; friend class TQEvent; +#ifdef QT_THREAD_SUPPORT friend class TQThread; +#endif // QT_THREAD_SUPPORT friend class TQTranslator; friend class TQEventLoop; friend Q_EXPORT void tqt_ucm_initialize( TQApplication * ); @@ -457,9 +459,9 @@ private: public: #ifdef QT_THREAD_SUPPORT static TQThread* guiThread(); + static void threadTerminationHandler( TQThread * ); #endif static bool isGuiThread(); - static void threadTerminationHandler( TQThread * ); }; inline int TQApplication::argc() const