#ifndef RADIOPUSHBUTTON_H #define RADIOPUSHBUTTON_H #include class RadioPushButton : public QPushButton { public: RadioPushButton(); }; #endif // RADIOPUSHBUTTON_H