summaryrefslogtreecommitdiffstats
path: root/doc/html/qcheckbox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcheckbox-h.html')
-rw-r--r--doc/html/qcheckbox-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcheckbox-h.html b/doc/html/qcheckbox-h.html
index 74d2dadb6..81697bb9d 100644
--- a/doc/html/qcheckbox-h.html
+++ b/doc/html/qcheckbox-h.html
@@ -81,7 +81,7 @@ body { background: #ffffff; color: black; }
#include "ntqbutton.h"
#endif // QT_H
-#ifndef QT_NO_CHECKBOX
+#ifndef TQT_NO_CHECKBOX
class Q_EXPORT TQCheckBox : public TQButton
{
@@ -127,7 +127,7 @@ inline void TQCheckBox::setChecked( bool check )
{ setOn( check ); }
-#endif // QT_NO_CHECKBOX
+#endif // TQT_NO_CHECKBOX
#endif // TQCHECKBOX_H
</pre>