diff options
Diffstat (limited to 'kviewshell/pageView.h')
-rw-r--r-- | kviewshell/pageView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/pageView.h b/kviewshell/pageView.h index a7d2ad15..06995e45 100644 --- a/kviewshell/pageView.h +++ b/kviewshell/pageView.h @@ -108,7 +108,7 @@ public slots: /** Set tqlayout of the page widgets according to the current viewmode and zoomlevel. Set zoomChanged = true if the the tqlayout needs updateing because the zoomlevel has changed. */ - void tqlayoutPages(bool zoomChanged = false); + void layoutPages(bool zoomChanged = false); void slotEnableMoveTool(bool enable); |