summaryrefslogtreecommitdiffstats
path: root/kmdi/test/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmdi/test/hello.h')
-rw-r--r--kmdi/test/hello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmdi/test/hello.h b/kmdi/test/hello.h
index 808d25b90..762318d87 100644
--- a/kmdi/test/hello.h
+++ b/kmdi/test/hello.h
@@ -22,7 +22,7 @@ class Hello : public KMdiChildView
{
Q_OBJECT
public:
- Hello( const char *title, const char *text, TQWidget* parentWidget = 0 );
+ Hello( const char *title, const char *text, TQWidget* tqparentWidget = 0 );
signals:
void clicked();
protected: