diff options
Diffstat (limited to 'src/gvcore/fullscreenbar.cpp')
-rw-r--r-- | src/gvcore/fullscreenbar.cpp | 2 |
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()) ); } |