diff options
Diffstat (limited to 'kviewshell/kmultipage.h')
-rw-r--r-- | kviewshell/kmultipage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/kmultipage.h b/kviewshell/kmultipage.h index dc05200a..4a86f8e4 100644 --- a/kviewshell/kmultipage.h +++ b/kviewshell/kmultipage.h @@ -426,9 +426,9 @@ public slots: */ void renderModeChanged(); - /* Empties the page cache and --as the name suggests-- tqrepaints all + /* Empties the page cache and --as the name suggests-- repaints all visible widgets. */ - void tqrepaintAllVisibleWidgets(); + void repaintAllVisibleWidgets(); /* Tells the multipage if scrollbars should be used. */ virtual void slotShowScrollbars(bool); |