summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kquestion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kquestion.cpp')
-rw-r--r--keduca/keduca/kquestion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/kquestion.cpp b/keduca/keduca/kquestion.cpp
index 46a8322f..83b19467 100644
--- a/keduca/keduca/kquestion.cpp
+++ b/keduca/keduca/kquestion.cpp
@@ -84,8 +84,8 @@ void KQuestion::countdown(int starttime)
if (!_countdownTimer)
{
_countdownTimer = new TQTimer(this);
- connect(_countdownTimer, TQT_SIGNAL(timeout()),
- this, TQT_SLOT(countDownOne()));
+ connect(_countdownTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(countDownOne()));
}
_countdownTimer->start(1000);
// make one step less than time passes by in seconds