summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/CountdownDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/CountdownDialog.cpp')
-rw-r--r--src/gui/dialogs/CountdownDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/CountdownDialog.cpp b/src/gui/dialogs/CountdownDialog.cpp
index 0c76d8f..cdeb4ee 100644
--- a/src/gui/dialogs/CountdownDialog.cpp
+++ b/src/gui/dialogs/CountdownDialog.cpp
@@ -69,7 +69,7 @@ CountdownDialog::CountdownDialog(TQWidget *parent, int seconds):
layout->addWidget(m_progressBar, 0, AlignCenter);
layout->addWidget(m_stopButton, 0, AlignRight);
- connect (m_stopButton, TQT_SIGNAL(released()), this, TQT_SIGNAL(stopped()));
+ connect (m_stopButton, TQ_SIGNAL(released()), this, TQ_SIGNAL(stopped()));
// Set the total time to show the bar in initial position
//