Rename additional members for tqt3

pull/1/head
Timothy Pearson 12 years ago
parent 4e31fcfa92
commit 0e4e3abca9

@ -1609,8 +1609,8 @@ void ProgressDialog::setSubRangeTransformation( double dMin, double dMax )
pld.m_dSubRangeMax = dMax;
}
void qt_enter_modal(TQWidget*);
void qt_leave_modal(TQWidget*);
void tqt_enter_modal(TQWidget*);
void tqt_leave_modal(TQWidget*);
void ProgressDialog::enterEventLoop( KIO::Job* pJob, const TQString& jobInfo )
{
@ -1621,9 +1621,9 @@ void ProgressDialog::enterEventLoop( KIO::Job* pJob, const TQString& jobInfo )
m_progressDelayTimer = startTimer( 3000 ); /* 3 s delay */
// instead of using exec() the eventloop is entered and exited often without hiding/showing the window.
qt_enter_modal(this);
tqt_enter_modal(this);
tqApp->eventLoop()->enterLoop();
qt_leave_modal(this);
tqt_leave_modal(this);
}
void ProgressDialog::exitEventLoop()

Loading…
Cancel
Save