From aa85254cd16cb870b8d1649ef1dbad09bd8491e8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:19:48 -0600 Subject: Rename additional global TQt functions --- libkdchart/KDChartParams.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libkdchart/KDChartParams.cpp') diff --git a/libkdchart/KDChartParams.cpp b/libkdchart/KDChartParams.cpp index e59443f..efc2362 100644 --- a/libkdchart/KDChartParams.cpp +++ b/libkdchart/KDChartParams.cpp @@ -628,9 +628,9 @@ bool KDChartParams::calculateProperties( int startId, KDChartPropertySet& rSet ) rSet.deepCopy( &startSet ); // reset all properties of rSet to the default !! -//qDebug("in KDChartParams::calculateProperties():"); -//qDebug(" startId: %i",startId); -//qDebug(" startSet: %s",startSet.name().latin1()); +//tqDebug("in KDChartParams::calculateProperties():"); +//tqDebug(" startId: %i",startId); +//tqDebug(" startSet: %s",startSet.name().latin1()); bool bOk = properties(startId, startSet); if( bOk ){ @@ -1273,7 +1273,7 @@ void KDChartParams::setPrintDataValues( bool active, break; default: { - qDebug( "IMPLEMENTATION ERROR: Unknown chartType in setPrintDataValues()" ); + tqDebug( "IMPLEMENTATION ERROR: Unknown chartType in setPrintDataValues()" ); finished = false; // use build-in default params, see KDChartParams.h::setPrintDataValues() } } @@ -1661,7 +1661,7 @@ bool KDChartParams::findDatasets( SourceMode modeA, dataset2 = TQMAX(dsA2, dsB2); res = true; }else{ - qDebug("ERROR in KDChartParams::findDatasets(): Datasets found are *not* a contiguous series."); + tqDebug("ERROR in KDChartParams::findDatasets(): Datasets found are *not* a contiguous series."); } }else{ dataset = foundA ? dsA1 : dsB1; @@ -2005,7 +2005,7 @@ void KDChartParams::setDefaultAxesTypes() setAxisLabelsTouchEdges( i, false ); break; default: { - qDebug( "IMPLEMENTATION ERROR: axis type missing in KDChartParams::setDefaultAxesTypes()" ); + tqDebug( "IMPLEMENTATION ERROR: axis type missing in KDChartParams::setDefaultAxesTypes()" ); Q_ASSERT( !this ); } } @@ -2170,7 +2170,7 @@ void KDChartParams::setDefaultAxesTypes() setPolarRotateCircularLabels( false ); break; default: { - qDebug( "IMPLEMENTATION ERROR: type missing in KDChartParams::setDefaultAxesTypes()" ); + tqDebug( "IMPLEMENTATION ERROR: type missing in KDChartParams::setDefaultAxesTypes()" ); Q_ASSERT( !this ); } } @@ -2241,7 +2241,7 @@ void KDChartParams::activateDefaultAxes() // by default there are no axes defined for pie, ring, and polar charts break; default: { - qDebug( "IMPLEMENTATION ERROR: type missing in KDChartParams::activateDefaultAxes()" ); + tqDebug( "IMPLEMENTATION ERROR: type missing in KDChartParams::activateDefaultAxes()" ); Q_ASSERT( !this ); } } @@ -9291,7 +9291,7 @@ void KDChartParams::setAxisTitle( uint n, const TQString& axisTitle ) box->content().font() ); box->setContent( textPiece ); - //qDebug ("old Axis Title updated"); + //tqDebug ("old Axis Title updated"); bDone = true; } } @@ -9302,7 +9302,7 @@ void KDChartParams::setAxisTitle( uint n, const TQString& axisTitle ) false, TQFont(), false, false, false, 0 ); - //qDebug("new Axis Title Box inserted"); + //tqDebug("new Axis Title Box inserted"); } emit changed(); } -- cgit v1.2.1