summaryrefslogtreecommitdiffstats
path: root/kghostview/kgv_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgv_view.cpp')
-rw-r--r--kghostview/kgv_view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp
index 1056d22b..35d82a7b 100644
--- a/kghostview/kgv_view.cpp
+++ b/kghostview/kgv_view.cpp
@@ -74,7 +74,7 @@ namespace KGV {
}
}
-KGVPart::KGVPart( TQWidget* tqparentWidget, const char*,
+KGVPart::KGVPart( TQWidget* parentWidget, const char*,
TQObject* tqparent, const char* name,
const TQStringList &args ) :
KParts::ReadOnlyPart( tqparent, name ),
@@ -108,7 +108,7 @@ KGVPart::KGVPart( TQWidget* tqparentWidget, const char*,
this, TQT_SLOT( slotDoFileDirty() ) );
// Setup main widget
- _mainWidget = new KGVMainWidget( tqparentWidget );
+ _mainWidget = new KGVMainWidget( parentWidget );
_mainWidget->setFocusPolicy( TQ_StrongFocus );
_mainWidget->installEventFilter( this );
_mainWidget->setAcceptDrops( true );