From 5254056d0fbc4d05dde43c7ad44c085decf8569d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 5 Mar 2015 05:03:32 +0100 Subject: Fix incorrectly renamed strings (cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4) --- kivio/kiviopart/kiviosdk/kivio_shape_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kivio/kiviopart/kiviosdk/kivio_shape_data.h') 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 }; /** -- cgit v1.2.1