Automated update from Qt3

pull/1/head
Timothy Pearson 11 years ago
parent 9a4765a62e
commit dab41fe3e6

@ -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

Loading…
Cancel
Save