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/mainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index d60db9d..e19b070 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -39,7 +39,7 @@ class MainWindow : public QMainWindow { Q_OBJECT public: - MainWindow(QString cpr, QString course, QString host, quint16 port, QString user); + MainWindow(QString cpr, QString templ, QString host, quint16 port, QString user); ~MainWindow(); void closeEvent(QCloseEvent *event); @@ -48,9 +48,9 @@ public slots: void update(); private: - void updateCourseHeaders(QDomNode coursenode); + void updateTemplateHeaders(QDomNode templatenode); - QString course; + QString templ; NetCom netcom; // QMap< QString, MacroWindow* > macros; -- cgit v1.2.3