diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:31 -0600 |
commit | c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch) | |
tree | 1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kchart/kchart_params.cc | |
parent | 94844816550ad672ccfcdc25659c625546239998 (diff) | |
download | koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'kchart/kchart_params.cc')
-rw-r--r-- | kchart/kchart_params.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kchart_params.cc b/kchart/kchart_params.cc index 55a158d7..ddf3d1b4 100644 --- a/kchart/kchart_params.cc +++ b/kchart/kchart_params.cc @@ -252,7 +252,7 @@ bool KChartParams::loadOasis( const TQDomElement &chartElem, // If we can't find out what charttype it is, we might as well end here. if ( !knownType ) { - errorMessage = i18n( "Unknown chart type %1" ).arg( chartClass ); + errorMessage = i18n( "Unknown chart type %1" ).tqarg( chartClass ); kdDebug(35001) << errorMessage << endl; return false; } @@ -701,7 +701,7 @@ bool KChartParams::loadOasisAxis( const TQDomElement &axisElem, // chart:visible - true if labels + ticks should be shown. - // children: + // tqchildren: // chart: // chart: // chart: |