summaryrefslogtreecommitdiffstats
path: root/klettres/klettres/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klettres/klettres/timer.cpp')
-rw-r--r--klettres/klettres/timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klettres/klettres/timer.cpp b/klettres/klettres/timer.cpp
index d6fa9a4b..6b7e06d6 100644
--- a/klettres/klettres/timer.cpp
+++ b/klettres/klettres/timer.cpp
@@ -34,8 +34,8 @@ Timer::Timer()
{
timeGrownLabel->setText(TQString::number(Prefs::grownTimer()) + " " + i18n("tenths of second"));
timeKidLabel->setText(TQString::number(Prefs::kidTimer()) + " " + i18n("tenths of second"));
- connect(kcfg_GrownTimer, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(sliderValueChanged()));
- connect(kcfg_KidTimer, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(sliderValueChanged()));
+ connect(kcfg_GrownTimer, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(sliderValueChanged()));
+ connect(kcfg_KidTimer, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(sliderValueChanged()));
}