summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fullscreenbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/fullscreenbar.cpp')
-rw-r--r--src/gvcore/fullscreenbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fullscreenbar.cpp b/src/gvcore/fullscreenbar.cpp
index 159ce90..493dfd0 100644
--- a/src/gvcore/fullscreenbar.cpp
+++ b/src/gvcore/fullscreenbar.cpp
@@ -92,7 +92,7 @@ FullScreenBar::FullScreenBar(TQWidget* parent)
setPalette(pal);
// Timer
- connect(&d->mTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotUpdateSlide()) );
+ connect(&d->mTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotUpdateSlide()) );
}