diff options
Diffstat (limited to 'kghostview/kgvpageview.cpp')
-rw-r--r-- | kghostview/kgvpageview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/kgvpageview.cpp b/kghostview/kgvpageview.cpp index 577a8c98..4761391b 100644 --- a/kghostview/kgvpageview.cpp +++ b/kghostview/kgvpageview.cpp @@ -22,8 +22,8 @@ #include "kgvpageview.h" -KGVPageView::KGVPageView( TQWidget* tqparent, const char* name ) - : TQScrollView( tqparent, name ) +KGVPageView::KGVPageView( TQWidget* parent, const char* name ) + : TQScrollView( parent, name ) { _page = 0; |