diff options
Diffstat (limited to 'src/kbfxplasmacanvasview.cpp')
-rw-r--r-- | src/kbfxplasmacanvasview.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kbfxplasmacanvasview.cpp b/src/kbfxplasmacanvasview.cpp index 10dde65..5fa4a62 100644 --- a/src/kbfxplasmacanvasview.cpp +++ b/src/kbfxplasmacanvasview.cpp @@ -68,7 +68,7 @@ KbfxPlasmaCanvasView::~KbfxPlasmaCanvasView () void KbfxPlasmaCanvasView::keyPressEvent ( TQKeyEvent * ke ) { - qDebug ( "TQCanvasView got Key events" ); + tqDebug ( "TQCanvasView got Key events" ); ke->ignore(); } @@ -79,7 +79,7 @@ KbfxPlasmaCanvasView::execFirst () // { // return; // } -qDebug("_____----------------------------------------"); +tqDebug("_____----------------------------------------"); if ( m_exeCandidate != 0 ) m_exeCandidate->exec (); } @@ -242,7 +242,7 @@ KbfxPlasmaCanvasView::startDrag () src = m_currentItem->source (); if ( src == 0 ) { - qDebug ( "null source" ); + tqDebug ( "null source" ); return; } TQStrList uriList; @@ -354,7 +354,7 @@ KbfxPlasmaCanvasView::handleLoadRequest ( KbfxSignal signal ) KbfxDataStack *_stack = m_dataStack[signal.name () ]; if ( _stack == 0 ) { - qDebug ( "Empty Stack" ); + tqDebug ( "Empty Stack" ); return; } @@ -492,7 +492,7 @@ KbfxPlasmaCanvasView::search_R ( const TQString name ) if ( appGroup == NULL ) { - qDebug ( "Null Search Group" ); + tqDebug ( "Null Search Group" ); continue; } |