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 67e1ae549..1e9a4904b 100644
--- a/knode/knode_part.h
+++ b/knode/knode_part.h
@@ -43,11 +43,11 @@ class KNodePart: public KParts::ReadOnlyPart
{
Q_OBJECT
public:
- KNodePart(TQWidget *parentWidget, const char *widgetName,
+ KNodePart(TQWidget *tqparentWidget, const char *widgetName,
TQObject *parent, const char *name, const TQStringList &);
virtual ~KNodePart();
- TQWidget* parentWidget() const;
+ TQWidget* tqparentWidget() const;
static KAboutData *createAboutData();