diff options
Diffstat (limited to 'knode/knode_part.h')
-rw-r--r-- | knode/knode_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knode_part.h b/knode/knode_part.h index e8883cb60..b0ed4afae 100644 --- a/knode/knode_part.h +++ b/knode/knode_part.h @@ -45,7 +45,7 @@ class KNodePart: public KParts::ReadOnlyPart TQ_OBJECT public: KNodePart(TQWidget *parentWidget, const char *widgetName, - TQObject *tqparent, const char *name, const TQStringList &); + TQObject *parent, const char *name, const TQStringList &); virtual ~KNodePart(); TQWidget* parentWidget() const; |