summaryrefslogtreecommitdiffstats
path: root/kghostview/kgv_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgv_view.h')
-rw-r--r--kghostview/kgv_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/kgv_view.h b/kghostview/kgv_view.h
index a752353c..f3fe468f 100644
--- a/kghostview/kgv_view.h
+++ b/kghostview/kgv_view.h
@@ -58,7 +58,7 @@ class KGVPart: public KParts::ReadOnlyPart
TQ_OBJECT
public:
KGVPart( TQWidget* parentWidget, const char* widgetName,
- TQObject* tqparent, const char* name,
+ TQObject* parent, const char* name,
const TQStringList& args = TQStringList() );
virtual ~KGVPart();
@@ -234,7 +234,7 @@ class KGVBrowserExtension : public KParts::BrowserExtension
TQ_OBJECT
friend class KGVPart; // emits our signals
public:
- KGVBrowserExtension( KGVPart* tqparent );
+ KGVBrowserExtension( KGVPart* parent );
virtual ~KGVBrowserExtension() {}
public slots: