diff options
Diffstat (limited to 'lib/kotext/KoTextObject.h')
| -rw-r--r-- | lib/kotext/KoTextObject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoTextObject.h b/lib/kotext/KoTextObject.h index e6414f990..e1519ff4b 100644 --- a/lib/kotext/KoTextObject.h +++ b/lib/kotext/KoTextObject.h @@ -348,7 +348,7 @@ public: * @param paragLayoutFlags which settings from the paragraph tqlayout to apply * @param formatFlags which settings from the text format to apply * @param createUndoRedo if true, an undo/redo command will be created and emitted - * @param interactive if true, the text will be reformatted/tqrepainted to show the new style + * @param interactive if true, the text will be reformatted/repainted to show the new style */ void applyStyle( KoTextCursor * cursor, const KoParagStyle * style, KoTextDocument::SelectionId selectionId = KoTextDocument::Standard, @@ -500,8 +500,8 @@ signals: */ void newCommand( KCommand *cmd ); - /** Tell the world that we'd like some tqrepainting to happen */ - void tqrepaintChanged( KoTextObject * ); + /** Tell the world that we'd like some repainting to happen */ + void repaintChanged( KoTextObject * ); void hideCursor(); void showCursor(); @@ -529,7 +529,7 @@ public slots: // The return value is used by ensureFormatted bool formatMore( int count = 10, bool emitAfterFormatting = true ); - void emitRepaintChanged() { emit tqrepaintChanged( this ); } + void emitRepaintChanged() { emit repaintChanged( this ); } public: // made public for KWTextFrameSet... |
