Index: src/ch/MainWnd.h
===================================================================
diff -u -r633a533cb6e741d44fe28aa56339e1d2709b1b27 -r0cf74c78280b58c363868caafb9bf493a57aa006
--- src/ch/MainWnd.h	(.../MainWnd.h)	(revision 633a533cb6e741d44fe28aa56339e1d2709b1b27)
+++ src/ch/MainWnd.h	(.../MainWnd.h)	(revision 0cf74c78280b58c363868caafb9bf493a57aa006)
@@ -22,8 +22,8 @@
 
 #include "TrayIcon.h"
 #include "structs.h"
-#include "task.h"
-#include "..\libchcore\TSharedMemory.h"
+#include "../libchcore/task.h"
+#include "../libchcore/TSharedMemory.h"
 
 class CMiniViewDlg;
 class CStatusDlg;
@@ -40,7 +40,7 @@
 public:
 	CTrayIcon m_ctlTray;
 	
-	CTaskArray m_tasks;
+	chcore::CTaskArray m_tasks;
 	chcore::IFeedbackHandlerFactory* m_pFeedbackFactory;
 	chcore::TSharedMemory m_tCHExtharedMemory;
 
@@ -68,7 +68,7 @@
 protected:
 	BOOL RegisterClass();
 	int ShowTrayIcon();
-	void ShowStatusWindow(const CTaskPtr& spSelect = CTaskPtr());
+	void ShowStatusWindow(const chcore::CTaskPtr& spSelect = chcore::CTaskPtr());
 	void PrepareToExit();
 
 	void ProcessCommandLine(const TCommandLineParser& rCommandLine);