summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasgroupview.cpp
diff options
context:
space:
mode:
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 ) ) );
}