diff options
Diffstat (limited to 'kghostview/scrollbox.cpp')
-rw-r--r-- | kghostview/scrollbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/scrollbox.cpp b/kghostview/scrollbox.cpp index f9c23904..0246e893 100644 --- a/kghostview/scrollbox.cpp +++ b/kghostview/scrollbox.cpp @@ -22,8 +22,8 @@ #include "scrollbox.h" -ScrollBox::ScrollBox( TQWidget* tqparent, const char* name ) - : TQFrame( tqparent, name ) +ScrollBox::ScrollBox( TQWidget* parent, const char* name ) + : TQFrame( parent, name ) { setFrameStyle( Panel | Sunken ); } |