summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasgroupview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:33:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-05 10:33:37 +0900
commit43379ee382fcc18c575c57fdae218a7d0e51e526 (patch)
tree5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /src/kbfxplasmacanvasgroupview.cpp
parentbb92088ae48f7facbc0d25370eb7eb32f183328c (diff)
downloadkbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.tar.gz
kbfx-43379ee382fcc18c575c57fdae218a7d0e51e526.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kbfxplasmacanvasgroupview.cpp')
-rw-r--r--src/kbfxplasmacanvasgroupview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kbfxplasmacanvasgroupview.cpp b/src/kbfxplasmacanvasgroupview.cpp
index 63a7347..5a3604b 100644
--- a/src/kbfxplasmacanvasgroupview.cpp
+++ b/src/kbfxplasmacanvasgroupview.cpp
@@ -62,10 +62,10 @@ KbfxPlasmaCanvasGroupView::addGroup ( KbfxPlasmaCanvasGroup * gPtr )
// gPtr->show();
// tqDebug("adding Groupy");
m_count++;
- connect ( gPtr, TQT_SIGNAL ( groupShade ( uint ) ), this,
- TQT_SLOT ( foldGroup ( uint ) ) );
- connect ( gPtr, TQT_SIGNAL ( groupUnShade ( uint ) ), this,
- TQT_SLOT ( unFoldGroup ( uint ) ) );
+ connect ( gPtr, TQ_SIGNAL ( groupShade ( uint ) ), this,
+ TQ_SLOT ( foldGroup ( uint ) ) );
+ connect ( gPtr, TQ_SIGNAL ( groupUnShade ( uint ) ), this,
+ TQ_SLOT ( unFoldGroup ( uint ) ) );
}