summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasstack.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:49 -0600
commit1b904b0fa2fd5d3666ba86eaa21e27180fe99688 (patch)
tree9f50c562a87d79fc1240dc65ab2a9d6e9a94de1f /src/kbfxplasmacanvasstack.cpp
parent25c46269a29b5c161f2ec0503324790864afa9ab (diff)
downloadkbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.tar.gz
kbfx-1b904b0fa2fd5d3666ba86eaa21e27180fe99688.zip
Rename additional global TQt functions
Diffstat (limited to 'src/kbfxplasmacanvasstack.cpp')
-rw-r--r--src/kbfxplasmacanvasstack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kbfxplasmacanvasstack.cpp b/src/kbfxplasmacanvasstack.cpp
index 164137b..6f7ae67 100644
--- a/src/kbfxplasmacanvasstack.cpp
+++ b/src/kbfxplasmacanvasstack.cpp
@@ -64,7 +64,7 @@ KbfxPlasmaCanvasStack::raise ( uint id )
KbfxPlasmaCanvasGroupView * _gvPtr = m_groupChain.at ( id );
if ( !_gvPtr )
- qDebug ( "Error item not in Stack" );
+ tqDebug ( "Error item not in Stack" );
else
{
for ( uint i = 0; i < m_groupChain.count (); ++i )
@@ -97,7 +97,7 @@ KbfxPlasmaCanvasStack::addGroup ( KbfxPlasmaCanvasGroupView * gPtr )
{
if ( gPtr == NULL )
{
- qDebug
+ tqDebug
( "KbfxPlasmaCanvasStack.cpp:34:Null Pointer Passed to addGroup()" );
return;
}