summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoRichText.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoRichText.h')
-rw-r--r--lib/kotext/KoRichText.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoRichText.h b/lib/kotext/KoRichText.h
index a5fd6b1a..f3cf9746 100644
--- a/lib/kotext/KoRichText.h
+++ b/lib/kotext/KoRichText.h
@@ -483,7 +483,7 @@ public:
TQSizePolicy::ExpandData expanding() const;
bool isEmpty() const;
void setGeometry( const TQRect& ) ;
- TQRect tqgeometry() const;
+ TQRect geometry() const;
bool hasHeightForWidth() const;
int heightForWidth( int ) const;
@@ -502,7 +502,7 @@ public:
void draw( int x, int y, int cx, int cy, int cw, int ch, const TQColorGroup& cg, bool selected );
TQBrush *backGround() const { return background; }
- virtual void tqinvalidate();
+ virtual void invalidate();
int verticalAlignmentOffset() const;
int horizontalAlignmentOffset() const;
@@ -552,7 +552,7 @@ public:
Placement placement() const { return place; }
bool isNested() const { return TRUE; }
void resize( int nwidth );
- virtual void tqinvalidate();
+ virtual void invalidate();
/// ## TQString anchorAt( TQPainter* p, int x, int y );
virtual bool enter( KoTextCursor *c, KoTextDocument *&doc, KoTextParag *&parag, int &idx, int &ox, int &oy, bool atEnd = FALSE );
@@ -569,7 +569,7 @@ public:
TQPtrList<KoTextTableCell> tableCells() const { return cells; }
- TQRect tqgeometry() const { return tqlayout ? tqlayout->tqgeometry() : TQRect(); }
+ TQRect geometry() const { return tqlayout ? tqlayout->geometry() : TQRect(); }
bool isStretching() const { return stretch; }
private: