diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:21:06 -0600 |
commit | 7d18baa666593a494ceea480732a8540ba471fe5 (patch) | |
tree | 1c656ba0da61a3bfcf4c4de730e66322865844fe /kchart/kdchart/KDChartAxisParams.cpp | |
parent | 951839808408bed4165fc025dbf00caf59ea319b (diff) | |
download | koffice-7d18baa666593a494ceea480732a8540ba471fe5.tar.gz koffice-7d18baa666593a494ceea480732a8540ba471fe5.zip |
Rename additional global TQt functions
Diffstat (limited to 'kchart/kdchart/KDChartAxisParams.cpp')
-rw-r--r-- | kchart/kdchart/KDChartAxisParams.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kchart/kdchart/KDChartAxisParams.cpp b/kchart/kdchart/KDChartAxisParams.cpp index b24892b1..66dbc45c 100644 --- a/kchart/kdchart/KDChartAxisParams.cpp +++ b/kchart/kdchart/KDChartAxisParams.cpp @@ -389,7 +389,7 @@ KDChartAxisParams::AxisPos KDChartAxisParams::basicAxisPos( uint pos ) ret = AxisPosLeft; break; default: { - qDebug( "IMPLEMENTATION ERROR: type missing in KDChartAxisParams::basicAxisPos()" ); + tqDebug( "IMPLEMENTATION ERROR: type missing in KDChartAxisParams::basicAxisPos()" ); Q_ASSERT( ret != AxisPos( pos ) ); } } @@ -485,7 +485,7 @@ TQString KDChartAxisParams::axisAreaModeToString( AxisAreaMode mode ) { case AxisAreaModeMinMaxSize: return "MinMaxSize"; default: // should not happen - qDebug( "Unknown axis area mode" ); + tqDebug( "Unknown axis area mode" ); return "AxisAreaMode"; } } @@ -730,7 +730,7 @@ TQString KDChartAxisParams::axisCalcModeToString( AxisCalcMode mode ) { case AxisCalcLogarithmic: return "Logarithmic"; default: // should not happen - qDebug( "Unknown axis calc mode" ); + tqDebug( "Unknown axis calc mode" ); return "Linear"; } } @@ -1583,7 +1583,7 @@ TQString KDChartAxisParams::labelsFromDataRowToString( LabelsFromDataRow mode ) case LabelsFromDataRowGuess: return "Guess"; default: // should not happen - qDebug( "Unknown labels from data row mode" ); + tqDebug( "Unknown labels from data row mode" ); return "Guess"; } } @@ -2885,7 +2885,7 @@ TQString KDChartAxisParams::axisTypeToString( AxisType type ) { case AxisUP: return "Up"; default: // should not happen - qDebug( "Unknown axis type" ); + tqDebug( "Unknown axis type" ); return "Unknown"; } } |