summaryrefslogtreecommitdiffstats
path: root/src/progressdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progressdlg.cpp')
-rw-r--r--src/progressdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progressdlg.cpp b/src/progressdlg.cpp
index 37e0487..d50b9e2 100644
--- a/src/progressdlg.cpp
+++ b/src/progressdlg.cpp
@@ -46,7 +46,7 @@ ProgressDlg::ProgressDlg(const TQString& sCaption, const TQString& sText,
m_pIdleTimer = new TQTimer(this);
// Display a busy indicator by increasing the value of the idle counter
- connect (m_pIdleTimer, SIGNAL(timeout()), this, SLOT(slotShowBusy()));
+ connect (m_pIdleTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotShowBusy()));
}
/**