diff options
Diffstat (limited to 'kpresenter/KPrTextObject.h')
-rw-r--r-- | kpresenter/KPrTextObject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrTextObject.h b/kpresenter/KPrTextObject.h index 6b62d6b8..3bacdb69 100644 --- a/kpresenter/KPrTextObject.h +++ b/kpresenter/KPrTextObject.h @@ -115,7 +115,7 @@ public: void applyStyleChange( KoStyleChangeDefMap changed ); void removeHighlight(); - void highlightPortion( KoTextParag * parag, int index, int length, KPrCanvas *canvas, bool repaint, KDialogBase* dialog = 0 ); + void highlightPortion( KoTextParag * parag, int index, int length, KPrCanvas *canvas, bool tqrepaint, KDialogBase* dialog = 0 ); KCommand * pasteOasis( KoTextCursor * cursor, const TQByteArray & data, bool removeSelected ); @@ -137,7 +137,7 @@ public: bool isProtectContent() const { return textObject()->protectContent();} void loadVariable( TQValueList<TQDomElement> & listVariable,KoTextParag *lastParag, int offset=0 ); - void layout(); + void tqlayout(); /** Reimplemented from KoTextFlow */ int availableHeight() const; @@ -194,8 +194,8 @@ protected: virtual void loadKTextObject( const TQDomElement &e ); void drawText( TQPainter* _painter, KoTextZoomHandler* zoomHandler, bool onlyChanged, KoTextCursor* cursor, bool resetChanged ); void drawParags( TQPainter *p, KoTextZoomHandler* zoomHandler, const TQColorGroup& cg, int from, int to ); - void saveParagLayout( const KoParagLayout& layout, TQDomElement & parentElem ); - void invalidate(); + void saveParagLayout( const KoParagLayout& tqlayout, TQDomElement & parentElem ); + void tqinvalidate(); void recalcVerticalAlignment(); virtual KoPen defaultPen() const; protected slots: |