summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/charlatan/seeker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/charlatan/seeker.cpp')
-rw-r--r--noatun-plugins/charlatan/seeker.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun-plugins/charlatan/seeker.cpp b/noatun-plugins/charlatan/seeker.cpp
index 8e639d8..c740c53 100644
--- a/noatun-plugins/charlatan/seeker.cpp
+++ b/noatun-plugins/charlatan/seeker.cpp
@@ -33,12 +33,12 @@ Seeker::Seeker(TQWidget * parent)
{
delayedUpdateTimer_ = new TQTimer(this);
- connect(this, TQT_SIGNAL(sliderPressed()), TQT_SLOT(slotSliderPressed()));
- connect(this, TQT_SIGNAL(sliderReleased()), TQT_SLOT(slotSliderReleased()));
- connect(this, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(slotValueChanged(int)));
+ connect(this, TQ_SIGNAL(sliderPressed()), TQ_SLOT(slotSliderPressed()));
+ connect(this, TQ_SIGNAL(sliderReleased()), TQ_SLOT(slotSliderReleased()));
+ connect(this, TQ_SIGNAL(valueChanged(int)), TQ_SLOT(slotValueChanged(int)));
- connect(napp->player(), TQT_SIGNAL(timeout()), TQT_SLOT(slotTimeout()));
- connect(delayedUpdateTimer_, TQT_SIGNAL(timeout()), TQT_SLOT(slotDelayedUpdate()));
+ connect(napp->player(), TQ_SIGNAL(timeout()), TQ_SLOT(slotTimeout()));
+ connect(delayedUpdateTimer_, TQ_SIGNAL(timeout()), TQ_SLOT(slotDelayedUpdate()));
}
Seeker::~Seeker()