#include <QtGui/qradiobutton.h>
#ifndef QRADIOBUTTON_H
class QRadioButton: public QAbstractButton{
   /* Some contents are skipped to improve readability */
   public: explicit QRadioButton(class QString const & text, class QWidget* parent = 0);
   /* ... */
};
#endif // QRADIOBUTTON_H