summaryrefslogtreecommitdiffstats
path: root/kword/KWCanvas.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:56:31 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:56:31 -0600
commitc9cb4f487428aad5d8cda5e3a4b9ad87390d7e54 (patch)
tree1ee1912ac4bb966475f0db0f2a78678661b4b4a5 /kword/KWCanvas.h
parent94844816550ad672ccfcdc25659c625546239998 (diff)
downloadkoffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.tar.gz
koffice-c9cb4f487428aad5d8cda5e3a4b9ad87390d7e54.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 94844816550ad672ccfcdc25659c625546239998.
Diffstat (limited to 'kword/KWCanvas.h')
-rw-r--r--kword/KWCanvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWCanvas.h b/kword/KWCanvas.h
index 5283db0a..955ea605 100644
--- a/kword/KWCanvas.h
+++ b/kword/KWCanvas.h
@@ -25,7 +25,7 @@
#include <kprinter.h>
#include <KoRect.h>
#include <tqscrollview.h>
-#include <stylesheet.h>
+#include <tqstylesheet.h>
#include <KoRichText.h>
#include <KoQueryTrader.h>
#include <KoPicture.h>
@@ -76,13 +76,13 @@ public:
void repaintAll( bool erase = false );
/**
- * Only repaint the frameset @p fs.
+ * Only tqrepaint 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 repaint if the window is resized. */
+ /** We need to tqrepaint if the window is resized. */
void viewportResizeEvent( TQResizeEvent * );
void print( TQPainter *painter, KPrinter *printer );