From 77272458e7a8906d871b241b5385bbd0f783d861 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 30 Jul 2009 08:36:12 +0000 Subject: Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit. --- client/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/macro.h') diff --git a/client/macro.h b/client/macro.h index 610d3b2..20a4e14 100644 --- a/client/macro.h +++ b/client/macro.h @@ -46,7 +46,7 @@ public: Macro() {} Macro(QDomNode &node); - void init(QBoxLayout *layout, Macros ¯os, bool initialising, NetCom &netcom, QString course); + void init(QBoxLayout *layout, Macros ¯os, bool initialising, NetCom &netcom, QString templ); void update(QDomNode &node); -- cgit v1.2.3