summaryrefslogtreecommitdiffstats
path: root/kghostview/kgvpagedecorator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgvpagedecorator.cpp')
-rw-r--r--kghostview/kgvpagedecorator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/kgvpagedecorator.cpp b/kghostview/kgvpagedecorator.cpp
index d7ea7e0d..a549d95d 100644
--- a/kghostview/kgvpagedecorator.cpp
+++ b/kghostview/kgvpagedecorator.cpp
@@ -23,8 +23,8 @@
#include "kgvpagedecorator.h"
-KGVPageDecorator::KGVPageDecorator( TQWidget* tqparent, const char* name ) :
- TQHBox( tqparent, name ),
+KGVPageDecorator::KGVPageDecorator( TQWidget* parent, const char* name ) :
+ TQHBox( parent, name ),
_margin( 5 ),
_borderWidth( 1 ),
_shadowOffset( 2, 2 )