summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqradiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqradiobutton.h')
-rw-r--r--src/widgets/ntqradiobutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqradiobutton.h b/src/widgets/ntqradiobutton.h
index 3ff6d61e..b660eadb 100644
--- a/src/widgets/ntqradiobutton.h
+++ b/src/widgets/ntqradiobutton.h
@@ -45,7 +45,7 @@
#include "ntqbutton.h"
#endif // QT_H
-#ifndef QT_NO_RADIOBUTTON
+#ifndef TQT_NO_RADIOBUTTON
class Q_EXPORT TQRadioButton : public TQButton
{
@@ -86,6 +86,6 @@ private: // Disabled copy constructor and operator=
inline bool TQRadioButton::isChecked() const
{ return isOn(); }
-#endif // QT_NO_RADIOBUTTON
+#endif // TQT_NO_RADIOBUTTON
#endif // TQRADIOBUTTON_H