diff options
Diffstat (limited to 'lib/kotext/KoTextDocument.h')
-rw-r--r-- | lib/kotext/KoTextDocument.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 2b658a1a..44bb0001 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -320,7 +320,7 @@ public: emit newCommand( cmd ); } void emitRepaintChanged() { - emit tqrepaintChanged(); + emit repaintChanged(); } signals: /** @@ -330,10 +330,10 @@ signals: */ void newCommand( KCommand *cmd ); /** - * Tell the world that we'd like some tqrepainting to happen. + * Tell the world that we'd like some repainting to happen. * KoTextObject connects (and forwards) that one. */ - void tqrepaintChanged(); + void repaintChanged(); protected: void drawWithoutDoubleBuffer( TQPainter *p, const TQRect &rect, const TQColorGroup &cg, |