diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
| commit | 30a87d23c9c63bed072b3460e7482075dc530b2c (patch) | |
| tree | 73da046880abf88b47f4f79df10a7e151c203457 /aocharbutton.h | |
| parent | f5e0177b9e13c68fa960dc873cd62452943dac3f (diff) | |
moved includes to header files
Diffstat (limited to 'aocharbutton.h')
| -rw-r--r-- | aocharbutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aocharbutton.h b/aocharbutton.h index f7154169..6b80460c 100644 --- a/aocharbutton.h +++ b/aocharbutton.h @@ -2,11 +2,12 @@ #define AOCHARBUTTON_H #include "aoapplication.h" +#include "aoimage.h" #include <QPushButton> #include <QString> #include <QWidget> -#include "aoimage.h" +#include <QFile> class AOCharButton : public QPushButton { |
