diff options
Diffstat (limited to 'kghostview/viewcontrol.cpp')
-rw-r--r-- | kghostview/viewcontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/viewcontrol.cpp b/kghostview/viewcontrol.cpp index 3da5730e..8f1c8f0c 100644 --- a/kghostview/viewcontrol.cpp +++ b/kghostview/viewcontrol.cpp @@ -25,8 +25,8 @@ #include <kbuttonbox.h> #include <kseparator.h> -ViewControl::ViewControl( TQWidget *tqparent, const char *name ) - : TQDialog( tqparent, name ) +ViewControl::ViewControl( TQWidget *parent, const char *name ) + : TQDialog( parent, name ) { setFocusPolicy(TQ_StrongFocus); |