summaryrefslogtreecommitdiff
path: root/client/macro.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macro.cc')
-rw-r--r--client/macro.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/macro.cc b/client/macro.cc
index b0943d0..7f3286c 100644
--- a/client/macro.cc
+++ b/client/macro.cc
@@ -76,8 +76,7 @@ static MacroEventFilter *macro_event_filter = NULL;
*/
static void create_macro(QString course, QString macro)
{
- NetCom netcom(host, port, user, cpr);
- QDomDocument xml_doc = netcom.send(course, macro);
+ QDomDocument xml_doc = Global::netcom->send(course, macro);
cleanup_macros();