From 9b697d2d3e34962385cd85a14d4cb14d5b1763ce Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 8 Oct 2008 11:58:34 +0000 Subject: Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a pointer. --- client/macrowindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/macrowindow.h') diff --git a/client/macrowindow.h b/client/macrowindow.h index aad54a9..f42a5a1 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, bool collapsed = true); + MacroWindow(NetCom *netcom, QDomNode &xml_doc, QString course, bool collapsed = true); ~MacroWindow(); bool isClosed(); @@ -90,7 +90,7 @@ private: bool isclosed; void close(); - NetCom &netcom; + NetCom *netcom; }; #endif/*__PRACRO_MACROWINDOW_H__*/ -- cgit v1.2.3