summaryrefslogtreecommitdiffstats
path: root/style/baghira.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'style/baghira.cpp')
-rw-r--r--style/baghira.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/baghira.cpp b/style/baghira.cpp
index 2bd7903..e53c761 100644
--- a/style/baghira.cpp
+++ b/style/baghira.cpp
@@ -213,7 +213,7 @@ LiquidStyle::LiquidStyle() : TDEStyle( AllowMenuTransparency | FilledFrameWorkar
TQTimer* timer = new TQTimer( this );
timer->start(50, false);
// if (optionHandler->AnimateProgress())
- connect(timer, SIGNAL(timeout()), this, SLOT(updateProgressPos()));
+ connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(updateProgressPos()));
activeScroller = NULL;
//--------------------------------------
@@ -229,7 +229,7 @@ LiquidStyle::LiquidStyle() : TDEStyle( AllowMenuTransparency | FilledFrameWorkar
optionHandler = new OptionHandler( this );
if (optionHandler->style() != Milk && optionHandler->AnimateSlider())
- connect(timer, SIGNAL(timeout()), this, SLOT(updateSliderPos()));
+ connect(timer, TQ_SIGNAL(timeout()), this, TQ_SLOT(updateSliderPos()));
if (optionHandler->style() == Brushed)
bmShower = new BMShower(this);