summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartEnums.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:37:08 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-06 03:55:16 +0200
commit1de308fd3b1aacec7769d867a6eeaa98af69c61c (patch)
tree0a6433c4fe72a4e70d7686c84dcf9848ff8b7284 /libkdchart/KDChartEnums.h
parente0d4ece30d7c0095bfdd9a81364b66fe18a0f2cb (diff)
downloadkmymoney-1de308fd3b1aacec7769d867a6eeaa98af69c61c.tar.gz
kmymoney-1de308fd3b1aacec7769d867a6eeaa98af69c61c.zip
Remove additional unneeded tq method conversions
(cherry picked from commit c70e40bd3f54a2c4d9ef57a36f19c996f4e00ed6)
Diffstat (limited to 'libkdchart/KDChartEnums.h')
-rw-r--r--libkdchart/KDChartEnums.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdchart/KDChartEnums.h b/libkdchart/KDChartEnums.h
index 82956e8..b3fe163 100644
--- a/libkdchart/KDChartEnums.h
+++ b/libkdchart/KDChartEnums.h
@@ -240,7 +240,7 @@ public:
\image html "../refman_images/positions.png"
\image latex "../refman_images/positions.png" "the PositionFlag enum" width=4in
- \note The position and tqalignment of content to be printed at (or
+ \note The position and alignment of content to be printed at (or
inside of, resp.) an area or a point -- like for printing data value texts next
to their graphical representations (which might be a bar, line, pie slice,...) --
is specified by two parameters: a \c PositionFlag and a uint holding a combination of \c TQt::AlignmentFlags.
@@ -249,10 +249,10 @@ public:
The position of content and the way it is aligned to this
position is shown in the following drawing, note that annotation #2 and annotation #3
- share the same PositionFlag but have different tqalignment flags set:
+ share the same PositionFlag but have different alignment flags set:
- \image html "../refman_images/tqalignment.png"
- \image latex "../refman_images/tqalignment.png" "positioning and aligning" width=4in
+ \image html "../refman_images/alignment.png"
+ \image latex "../refman_images/alignment.png" "positioning and aligning" width=4in
\sa KDChartParams::setPrintDataValues
*/