summaryrefslogtreecommitdiffstats
path: root/knode/knode_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knode_part.h')
-rw-r--r--knode/knode_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knode_part.h b/knode/knode_part.h
index b98b8d6f..e8883cb6 100644
--- a/knode/knode_part.h
+++ b/knode/knode_part.h
@@ -44,11 +44,11 @@ class KNodePart: public KParts::ReadOnlyPart
Q_OBJECT
TQ_OBJECT
public:
- KNodePart(TQWidget *tqparentWidget, const char *widgetName,
+ KNodePart(TQWidget *parentWidget, const char *widgetName,
TQObject *tqparent, const char *name, const TQStringList &);
virtual ~KNodePart();
- TQWidget* tqparentWidget() const;
+ TQWidget* parentWidget() const;
static KAboutData *createAboutData();