summaryrefslogtreecommitdiff
path: root/client/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/macro.h')
-rw-r--r--client/macro.h6
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 &macros, bool initialising, NetCom &netcom, QString templ);
+ void init(QBoxLayout *layout, Macros &macros, bool initialising,
+ NetCom &netcom, QString templ);
void update(QDomNode &node);