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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqcheckbox.h b/src/widgets/ntqcheckbox.h
index a62a0d1b..4c91197e 100644
--- a/src/widgets/ntqcheckbox.h
+++ b/src/widgets/ntqcheckbox.h
@@ -45,7 +45,7 @@
#include "ntqbutton.h"
#endif // QT_H
-#ifndef QT_NO_CHECKBOX
+#ifndef TQT_NO_CHECKBOX
class Q_EXPORT TQCheckBox : public TQButton
{
@@ -91,6 +91,6 @@ inline void TQCheckBox::setChecked( bool check )
{ setOn( check ); }
-#endif // QT_NO_CHECKBOX
+#endif // TQT_NO_CHECKBOX
#endif // TQCHECKBOX_H