diff options
Diffstat (limited to 'kghostview/scrollbox.h')
-rw-r--r-- | kghostview/scrollbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/scrollbox.h b/kghostview/scrollbox.h index 04722166..f324dc57 100644 --- a/kghostview/scrollbox.h +++ b/kghostview/scrollbox.h @@ -28,7 +28,7 @@ class ScrollBox: public TQFrame TQ_OBJECT public: - ScrollBox( TQWidget* tqparent = 0, const char* name = 0 ); + ScrollBox( TQWidget* parent = 0, const char* name = 0 ); public slots: void setPageSize( const TQSize& ); |