summaryrefslogtreecommitdiffstats
path: root/korn/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/label.h')
-rw-r--r--korn/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/label.h b/korn/label.h
index 86db3c42..c8d9b485 100644
--- a/korn/label.h
+++ b/korn/label.h
@@ -29,7 +29,7 @@ class Label : public TQLabel
{ Q_OBJECT
TQ_OBJECT
public:
- Label( TQWidget * tqparent = 0, const char * name = 0 ) : TQLabel( tqparent, name ) {}
+ Label( TQWidget * parent = 0, const char * name = 0 ) : TQLabel( parent, name ) {}
virtual ~Label() {}
protected: