diff options
author | deva <deva> | 2009-07-30 08:36:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:36:12 +0000 |
commit | 77272458e7a8906d871b241b5385bbd0f783d861 (patch) | |
tree | 7e32f988654c042be251c4ba31b72902402059f3 /client/macrowindow.h | |
parent | 1f8c58836dfd8dc8c9a0abeeaef6789325189f1b (diff) |
Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r-- | client/macrowindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h index fad467b..51a675e 100644 --- a/client/macrowindow.h +++ b/client/macrowindow.h @@ -47,7 +47,7 @@ class MacroWindow : public Collapser { Q_OBJECT public: - MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString course, + MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString templ, bool collapsed = true, bool compact = false); ~MacroWindow(); @@ -97,7 +97,7 @@ private: QVector< Widget* > widgets; QVector< Widget* > auxwidgets; QString macro; - QString course; + QString templ; QString version; QWidget *mainwidget; ResumeWidget *resumewidget; |