aboutsummaryrefslogtreecommitdiff
path: root/aoemotebutton.h
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
committerstonedDiscord <stoned@derpymail.org>2018-07-05 19:32:51 +0200
commit30a87d23c9c63bed072b3460e7482075dc530b2c (patch)
tree73da046880abf88b47f4f79df10a7e151c203457 /aoemotebutton.h
parentf5e0177b9e13c68fa960dc873cd62452943dac3f (diff)
moved includes to header files
Diffstat (limited to 'aoemotebutton.h')
-rw-r--r--aoemotebutton.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/aoemotebutton.h b/aoemotebutton.h
index cc3dfacd..c99a73b0 100644
--- a/aoemotebutton.h
+++ b/aoemotebutton.h
@@ -1,10 +1,11 @@
#ifndef AOEMOTEBUTTON_H
#define AOEMOTEBUTTON_H
-#include <QPushButton>
-
#include "aoapplication.h"
+#include <QPushButton>
+#include <QDebug>
+
class AOEmoteButton : public QPushButton
{
Q_OBJECT