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 d6cd31b02..7f68e9c41 100644
--- a/korn/label.h
+++ b/korn/label.h
@@ -26,7 +26,7 @@
* A simple overriding of the TQLabel class to get a mouseButtonPressed() signal
*/
class Label : public TQLabel
-{ Q_OBJECT
+{ TQ_OBJECT
public:
Label( TQWidget * parent = 0, const char * name = 0 ) : TQLabel( parent, name ) {}