summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kiviosdk/kivio_shape_data.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2015-03-05 05:03:32 +0100
committerSlávek Banko <[email protected]>2015-03-05 05:38:11 +0100
commit5254056d0fbc4d05dde43c7ad44c085decf8569d (patch)
tree7f90c18f437c297fe12cc19dc96914e2b8cace4a /kivio/kiviopart/kiviosdk/kivio_shape_data.h
parent0a817ecfcd6e71f30c1261d43cb4d019557dd878 (diff)
downloadkoffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.tar.gz
koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.zip
Fix incorrectly renamed strings
(cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4)
Diffstat (limited to 'kivio/kiviopart/kiviosdk/kivio_shape_data.h')
-rw-r--r--kivio/kiviopart/kiviosdk/kivio_shape_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/kiviosdk/kivio_shape_data.h b/kivio/kiviopart/kiviosdk/kivio_shape_data.h
index bd89dcc8..9717cb27 100644
--- a/kivio/kiviopart/kiviosdk/kivio_shape_data.h
+++ b/kivio/kiviopart/kiviosdk/kivio_shape_data.h
@@ -40,7 +40,7 @@ public:
TQColor m_textColor; // The text color
TQFont m_textFont; // The text font
bool m_isHtml; // Is the text HTML formatted?
- int m_hTextAlign, m_vTextAlign; //Qt::Horizontal and vertical text alignment flags
+ int m_hTextAlign, m_vTextAlign; // Horizontal and vertical text alignment flags
};
/**