diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:33:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-05 10:33:37 +0900 |
| commit | 43379ee382fcc18c575c57fdae218a7d0e51e526 (patch) | |
| tree | 5fcb954cee7a289c2a3b6cac92171cb18b0bf800 /src/kbfxplasmacanvasgroupview.cpp | |
| parent | bb92088ae48f7facbc0d25370eb7eb32f183328c (diff) | |
| download | kbfx-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.cpp | 8 |
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 ) ) ); } |
