summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/kiviosdk/kivio_text_style.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/kiviosdk/kivio_text_style.h')
-rw-r--r--kivio/kiviopart/kiviosdk/kivio_text_style.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/kiviosdk/kivio_text_style.h b/kivio/kiviopart/kiviosdk/kivio_text_style.h
index 2a8ecd62..73c13e0e 100644
--- a/kivio/kiviopart/kiviosdk/kivio_text_style.h
+++ b/kivio/kiviopart/kiviosdk/kivio_text_style.h
@@ -14,11 +14,11 @@ class TQPainter;
class KivioTextStyle
{
protected:
- TQString m_text; // The text inside this tqshape
+ TQString m_text; // The text inside this shape
TQColor m_color; // The text color
TQFont m_font; // The text font
bool m_isHtml; // Is the text HTML formatted?
- int m_hTextAlign, m_vTextAlign; //Qt::Horizontal and vertical text tqalignment flags
+ int m_hTextAlign, m_vTextAlign; //Qt::Horizontal and vertical text alignment flags
public:
KivioTextStyle();