diff options
Diffstat (limited to 'client/macro.h')
-rw-r--r-- | client/macro.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/macro.h b/client/macro.h index 20a4e14..b1b8032 100644 --- a/client/macro.h +++ b/client/macro.h @@ -34,9 +34,10 @@ #include <QDomNode> #include <QBoxLayout> -#include "macrowindow.h" +#include "netcom.h" class Macro; +class MacroWindow; typedef QMap<QString, Macro> Macros; class MacroDrawer; @@ -46,7 +47,8 @@ public: Macro() {} Macro(QDomNode &node); - void init(QBoxLayout *layout, Macros ¯os, bool initialising, NetCom &netcom, QString templ); + void init(QBoxLayout *layout, Macros ¯os, bool initialising, + NetCom &netcom, QString templ); void update(QDomNode &node); |