diff options
Diffstat (limited to 'noatun-plugins/charlatan/seeker.cpp')
| -rw-r--r-- | noatun-plugins/charlatan/seeker.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/noatun-plugins/charlatan/seeker.cpp b/noatun-plugins/charlatan/seeker.cpp index 7368b37..8e639d8 100644 --- a/noatun-plugins/charlatan/seeker.cpp +++ b/noatun-plugins/charlatan/seeker.cpp @@ -28,7 +28,7 @@  #include "seeker.moc"  Seeker::Seeker(TQWidget * parent) -	: TQSlider(0, 60, 10, 0,Qt::Horizontal, parent), +	: TQSlider(0, 60, 10, 0,TQt::Horizontal, parent),  		adjusting_(false)  {  	delayedUpdateTimer_ = new TQTimer(this); | 
