Automated update of tqt3 from qt3

pull/1/head
Timothy Pearson 12 years ago
parent 3998b821b3
commit 663d27a3f7

@ -1632,6 +1632,12 @@ void qt_init_internal( int *argcptr, char **argv,
setlocale( LC_ALL, "" ); // use correct char set mapping
setlocale( LC_NUMERIC, "C" ); // make sprintf()/scanf() work
#if defined(QT_THREAD_SUPPORT)
if ( qt_is_gui_used ) {
XInitThreads();
}
#endif
if ( display ) {
// TQt part of other application

Loading…
Cancel
Save