summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:03:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:03:12 +0100
commitc567527c59d69ad25c5eead2a5b7fa16f3c3b5b0 (patch)
treec837da7385510eb089be9b3d465f35e4b002b596
parent57036c1cfb753f85a118c91884011b36dd25f2ef (diff)
downloadkmymoney-c567527c.tar.gz
kmymoney-c567527c.zip
Fix incorrectly renamed strings
-rw-r--r--libkdchart/KDChartBarPainter.cpp2
-rw-r--r--libkdchart/KDChartParams.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libkdchart/KDChartBarPainter.cpp b/libkdchart/KDChartBarPainter.cpp
index dbf6394..f70e87e 100644
--- a/libkdchart/KDChartBarPainter.cpp
+++ b/libkdchart/KDChartBarPainter.cpp
@@ -1636,7 +1636,7 @@ void KDChartBarPainter::specificPaintData( TQPainter* painter,
iDummy1, iDummy2, prevFrontX2 );
}// if( dataset >= datasetStart && dataset <= datasetEnd )
- //Qt::Vertical advancement in stacked or percent only if there was a value
+ // Vertical advancement in stacked or percent only if there was a value
// Pending Michel add sideBarHeight in case we are in 3D mode but not for Percent
// where we need to display the top rect but cant resize the YAxis.
if ( params()->barChartSubType() == KDChartParams::BarStacked ||
diff --git a/libkdchart/KDChartParams.cpp b/libkdchart/KDChartParams.cpp
index efc2362..333b12e 100644
--- a/libkdchart/KDChartParams.cpp
+++ b/libkdchart/KDChartParams.cpp
@@ -6675,7 +6675,7 @@ void KDChartParams::setBWChartPrintStatistics( BWStatVal statValue,
prints the legend entries below each other, Qt::Horizontal prints them
aside each other.
- \noteQt::Horizontal orientation is only possible if the chart is NOT making
+ \note Horizontal orientation is only possible if the chart is NOT making
room in horizontal direction, this means you may specify horizontal
orientation if the legend position in one of the following values
only: LegendTop, LegendBottom, LegendTopLeftTop, LegendTopRightTop,