summaryrefslogtreecommitdiffstats
path: root/khangman/khangman/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khangman/khangman/timer.cpp')
-rw-r--r--khangman/khangman/timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khangman/khangman/timer.cpp b/khangman/khangman/timer.cpp
index 64fe60a7..21386035 100644
--- a/khangman/khangman/timer.cpp
+++ b/khangman/khangman/timer.cpp
@@ -32,8 +32,8 @@ Timer::Timer()
{
timeHintLabel->setText(TQString::number(Prefs::hintTimer()) + " " + i18n("seconds"));
timeMissedLabel->setText(TQString::number(Prefs::missedTimer()) + " " + i18n("seconds"));
- connect(kcfg_HintTimer, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(sliderValueChanged()));
- connect(kcfg_MissedTimer, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(sliderValueChanged()));
+ connect(kcfg_HintTimer, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(sliderValueChanged()));
+ connect(kcfg_MissedTimer, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(sliderValueChanged()));
}