diff options
Diffstat (limited to 'chalk/ui/kis_label_zoom.h')
-rw-r--r-- | chalk/ui/kis_label_zoom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_label_zoom.h b/chalk/ui/kis_label_zoom.h index 527b45e5..5aa842d6 100644 --- a/chalk/ui/kis_label_zoom.h +++ b/chalk/ui/kis_label_zoom.h @@ -21,7 +21,7 @@ #include <tqlabel.h> class KisLabelZoom : public TQLabel { - Q_OBJECT + TQ_OBJECT KisLabelZoom( TQWidget *parent, const char *name = 0, WFlags f = 0 ) : |