summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqcheckbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqcheckbox.h')
-rw-r--r--src/widgets/ntqcheckbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ntqcheckbox.h b/src/widgets/ntqcheckbox.h
index 4c91197e..4a63e4b4 100644
--- a/src/widgets/ntqcheckbox.h
+++ b/src/widgets/ntqcheckbox.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_CHECKBOX
-class Q_EXPORT TQCheckBox : public TQButton
+class TQ_EXPORT TQCheckBox : public TQButton
{
TQ_OBJECT
TQ_PROPERTY( bool checked READ isChecked WRITE setChecked )