diff options
Diffstat (limited to 'include/aobutton.h')
| -rw-r--r-- | include/aobutton.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/aobutton.h b/include/aobutton.h index 4b7209ae..f5758856 100644 --- a/include/aobutton.h +++ b/include/aobutton.h @@ -3,11 +3,10 @@ #include "aoapplication.h" -#include <QPushButton> #include <QDebug> +#include <QPushButton> -class AOButton : public QPushButton -{ +class AOButton : public QPushButton { Q_OBJECT public: |
