diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:11 -0600 |
commit | 94844816550ad672ccfcdc25659c625546239998 (patch) | |
tree | e35fc60fd736c645d59f6408af032774ad8023d3 /kword/KWCanvas.h | |
parent | 2a811c38c74c03648ecf857e566c44483cbad706 (diff) | |
download | koffice-94844816550ad672ccfcdc25659c625546239998.tar.gz koffice-94844816550ad672ccfcdc25659c625546239998.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kword/KWCanvas.h')
-rw-r--r-- | kword/KWCanvas.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kprinter.h> #include <KoRect.h> #include <tqscrollview.h> -#include <tqstylesheet.h> +#include <stylesheet.h> #include <KoRichText.h> #include <KoQueryTrader.h> #include <KoPicture.h> @@ -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 ); |