diff options
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 006cd32..130019d 100644 --- a/src/kbfxplasmacanvasgroupview.cpp +++ b/src/kbfxplasmacanvasgroupview.cpp @@ -48,7 +48,7 @@ KbfxPlasmaCanvasGroupView::addGroup ( KbfxPlasmaCanvasGroup * gPtr ) { if ( gPtr == NULL ) { - qDebug + tqDebug ( "KbfxPlasmaCanvasGroupView.cpp:39:Null Pointer Passed to addGroup()" ); return; } @@ -60,7 +60,7 @@ KbfxPlasmaCanvasGroupView::addGroup ( KbfxPlasmaCanvasGroup * gPtr ) gPtr->move ( 0,m_height-gPtr->height() ); m_groupChain.append ( gPtr ); // gPtr->show(); -// qDebug("adding Groupy"); +// tqDebug("adding Groupy"); m_count++; connect ( gPtr, TQT_SIGNAL ( groupShade ( uint ) ), this, TQT_SLOT ( foldGroup ( uint ) ) ); @@ -150,7 +150,7 @@ KbfxPlasmaCanvasGroupView::show() /// unFoldGroup(i); m_groupChain.at ( i )->show(); - ///qDebug("Showing group %d",i); + ///tqDebug("Showing group %d",i); } } @@ -190,7 +190,7 @@ KbfxPlasmaCanvasGroupView::unFoldGroup ( uint e_id ) KbfxPlasmaCanvasGroup *_et = m_groupChain.at ( e_id ); if ( _et == NULL ) { - qDebug ( "OOps no such groups can't unfold" ); + tqDebug ( "OOps no such groups can't unfold" ); return; } |