diff options
Diffstat (limited to 'plugins/timecontrol/timecontrol.cpp')
-rw-r--r-- | plugins/timecontrol/timecontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/timecontrol/timecontrol.cpp b/plugins/timecontrol/timecontrol.cpp index 1b56ff0..a5eaeeb 100644 --- a/plugins/timecontrol/timecontrol.cpp +++ b/plugins/timecontrol/timecontrol.cpp @@ -51,8 +51,8 @@ TimeControl::TimeControl (const TQString &n) m_alarmTimer(this), m_countdownTimer(this) { - TQObject::connect(&m_alarmTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotQTimerAlarmTimeout())); - TQObject::connect(&m_countdownTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotQTimerCountdownTimeout())); + TQObject::connect(&m_alarmTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotQTimerAlarmTimeout())); + TQObject::connect(&m_countdownTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotQTimerCountdownTimeout())); } |