summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoTextFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoTextFormat.h')
-rw-r--r--lib/kotext/KoTextFormat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoTextFormat.h b/lib/kotext/KoTextFormat.h
index 0e7c1a13..4c155b91 100644
--- a/lib/kotext/KoTextFormat.h
+++ b/lib/kotext/KoTextFormat.h
@@ -75,7 +75,7 @@ public:
// caching for speedup when formatting
TQFont* m_screenFont; // font to be used when painting (zoom-dependent)
TQFontMetrics* m_screenFontMetrics; // font metrics on screen (zoom-dependent)
- TQFont* m_refFont; // font to be used when formatting text for tqlayout units
+ TQFont* m_refFont; // font to be used when formatting text for layout units
TQFontMetrics* m_refFontMetrics; // font metrics for m_refFontMetrics
int m_refAscent;
int m_refDescent;
@@ -308,7 +308,7 @@ public:
/**
* @return the reference font, i.e. with the size specified by the user.
- * This is used at text tqlayout time (e.g. kotextformatter)
+ * This is used at text layout time (e.g. kotextformatter)
*/
TQFont refFont() const;