#ifndef AOBUTTON_H #define AOBUTTON_H class AOButton : public QPushButton { public: AOButton(); }; #endif // AOBUTTON_H