diff options
Diffstat (limited to 'kghostview/kgvpageview.h')
-rw-r--r-- | kghostview/kgvpageview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kgvpageview.h b/kghostview/kgvpageview.h index 63f9c5af..c0dec421 100644 --- a/kghostview/kgvpageview.h +++ b/kghostview/kgvpageview.h @@ -33,7 +33,7 @@ class KGVPageView : public TQScrollView TQ_OBJECT public: - KGVPageView( TQWidget* tqparent = 0, const char* name = 0 ); + KGVPageView( TQWidget* parent = 0, const char* name = 0 ); ~KGVPageView() { ; } void setPage( TQWidget* ); |