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