summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:07:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:07:51 -0600
commit0e4e3abca988003a517e3a8352478adc09aef445 (patch)
tree4df80e296ab07c802684d62ffee1f9fb0da42924 /src
parent4e31fcfa9219463c9a7dd3439a561aa54059f4c4 (diff)
downloadkdiff3-0e4e3abca988003a517e3a8352478adc09aef445.tar.gz
kdiff3-0e4e3abca988003a517e3a8352478adc09aef445.zip
Rename additional members for tqt3
Diffstat (limited to 'src')
-rw-r--r--src/fileaccess.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileaccess.cpp b/src/fileaccess.cpp
index 5584c50..0e1b599 100644
--- a/src/fileaccess.cpp
+++ b/src/fileaccess.cpp
@@ -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()