summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqradiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqradiobutton.h')
-rw-r--r--qtinterface/tqradiobutton.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqradiobutton.h b/qtinterface/tqradiobutton.h
index 198deec..69f3e85 100644
--- a/qtinterface/tqradiobutton.h
+++ b/qtinterface/tqradiobutton.h
@@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA.
#endif // USE_QT3
+#ifdef USE_QT4
+
+// Reimplement the QRadioButton class
+// For Qt4, no changes are needed
+
+#include <qradiobutton.h>
+
+#endif // USE_QT4
+
#endif /* TQRADIOBUTTON_H */ \ No newline at end of file