From 1b904b0fa2fd5d3666ba86eaa21e27180fe99688 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:18:49 -0600 Subject: Rename additional global TQt functions --- src/kbfxplasmacanvasgroupview.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kbfxplasmacanvasgroupview.cpp') 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; } -- cgit v1.2.1