diff options
Diffstat (limited to 'kpdf/ui/pageview.h')
-rw-r--r-- | kpdf/ui/pageview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/ui/pageview.h b/kpdf/ui/pageview.h index 3bec8be0..8895c9ec 100644 --- a/kpdf/ui/pageview.h +++ b/kpdf/ui/pageview.h @@ -44,7 +44,7 @@ class PageView : public TQScrollView, public DocumentObserver friend class PageViewTip; public: - PageView( TQWidget *tqparent, KPDFDocument *document ); + PageView( TQWidget *parent, KPDFDocument *document ); ~PageView(); // Zoom mode ( last 4 are internally used only! ) |