Index: src/libchcore/TTaskDefinition.h
===================================================================
diff -u -rbe5d5dfa17e79a1db8e64ad2d2ed5faea30399cb -r0cd863a6e51b221c4f7bf6e7b83ddfc43a5d433f
--- src/libchcore/TTaskDefinition.h	(.../TTaskDefinition.h)	(revision be5d5dfa17e79a1db8e64ad2d2ed5faea30399cb)
+++ src/libchcore/TTaskDefinition.h	(.../TTaskDefinition.h)	(revision 0cd863a6e51b221c4f7bf6e7b83ddfc43a5d433f)
@@ -63,13 +63,13 @@
 	const TOperationPlan& GetOperationPlan() const;
 
 	// Task configuration
-	void SetConfiguration(const chcore::TConfig& rConfig);
-	chcore::TConfig& GetConfiguration();
-	const chcore::TConfig& GetConfiguration() const;
+	void SetConfiguration(const TConfig& rConfig);
+	TConfig& GetConfiguration();
+	const TConfig& GetConfiguration() const;
 
 	// Serialization
-	void Load(const std::wstring& strPath);
-	void Store(const std::wstring& strPath, bool bOnlyIfModified = false);
+	void Load(const TSmartPath& strPath);
+	void Store(const TSmartPath& strPath, bool bOnlyIfModified = false);
 
 	void StoreInString(TString& strInput);
 	void LoadFromString(const TString& strInput);