summaryrefslogtreecommitdiffstats
path: root/lib/kformula/glyphelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/glyphelement.h')
-rw-r--r--lib/kformula/glyphelement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/glyphelement.h b/lib/kformula/glyphelement.h
index 1d3b6d8d..e3934fce 100644
--- a/lib/kformula/glyphelement.h
+++ b/lib/kformula/glyphelement.h
@@ -27,7 +27,7 @@ KFORMULA_NAMESPACE_BEGIN
class GlyphElement : public TextElement {
typedef TextElement inherited;
public:
- GlyphElement( BasicElement* tqparent = 0 );
+ GlyphElement( BasicElement* parent = 0 );
/**
* Calculates our width and height and
@@ -40,7 +40,7 @@ public:
/**
* Draws the whole element including its tqchildren.
- * The `parentOrigin' is the point this element's tqparent starts.
+ * The `parentOrigin' is the point this element's parent starts.
* We can use our parentPosition to get our own origin then.
*/
virtual void draw( TQPainter& painter, const LuPixelRect& r,