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 c8d9b4852..d6cd31b02 100644
--- a/korn/label.h
+++ b/korn/label.h
@@ -27,7 +27,7 @@
*/
class Label : public TQLabel
{ Q_OBJECT
- TQ_OBJECT
+
public:
Label( TQWidget * parent = 0, const char * name = 0 ) : TQLabel( parent, name ) {}
virtual ~Label() {}