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/netcom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/netcom.h') diff --git a/client/netcom.h b/client/netcom.h index 13f3ac8..8cccaa9 100644 --- a/client/netcom.h +++ b/client/netcom.h @@ -41,8 +41,8 @@ public: NetCom(QString host, quint16 port, QString user, QString cpr); ~NetCom(); - QDomDocument send(QString course, QString macro = ""); - void send(QVector< Widget* > widgets, QString course, QString macro, QString version); + QDomDocument send(QString templ, QString macro = ""); + void send(QVector< Widget* > widgets, QString templ, QString macro, QString version); public slots: void readyRead(); -- cgit v1.2.3