From 94844816550ad672ccfcdc25659c625546239998 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kword/KWCanvas.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kword/KWCanvas.h') diff --git a/kword/KWCanvas.h b/kword/KWCanvas.h index 955ea605..5283db0a 100644 --- a/kword/KWCanvas.h +++ b/kword/KWCanvas.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include @@ -76,13 +76,13 @@ public: void repaintAll( bool erase = false ); /** - * Only tqrepaint the frameset @p fs. + * Only repaint the frameset @p fs. * @p resetChanged should only be true for the last view * (see KWFrameSet::drawContents) */ void repaintChanged( KWFrameSet * fs, bool resetChanged ); - /** We need to tqrepaint if the window is resized. */ + /** We need to repaint if the window is resized. */ void viewportResizeEvent( TQResizeEvent * ); void print( TQPainter *painter, KPrinter *printer ); -- cgit v1.2.1