summaryrefslogtreecommitdiffstats
path: root/src/gvcore/fullscreenbar.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-30 16:28:59 +0900
commit97ea83f8b23cc80320874b97b671c736a83c378a (patch)
tree8da6950abf3ecb5696ffd969bac30d6e05ce9620 /src/gvcore/fullscreenbar.cpp
parent831670cd1aa76b314b447cfa2d9c71603cbbf43e (diff)
downloadgwenview-97ea83f8b23cc80320874b97b671c736a83c378a.tar.gz
gwenview-97ea83f8b23cc80320874b97b671c736a83c378a.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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()) );
}