Index: src/ch/ch.h =================================================================== diff -u -N -r9ea1e103b5fa4ddfebf8028f121ce16e917eec04 -rb684bec49aaaea4b89ab2e599497f4085d8698a3 --- src/ch/ch.h (.../ch.h) (revision 9ea1e103b5fa4ddfebf8028f121ce16e917eec04) +++ src/ch/ch.h (.../ch.h) (revision b684bec49aaaea4b89ab2e599497f4085d8698a3) @@ -29,7 +29,7 @@ #include "../chext/chext.h" #include "../libicpf/log.h" #include "../libictranslate/ResourceManager.h" -#include "TConfig.h" +#include "../libchcore/TConfig.h" using namespace std; @@ -56,11 +56,11 @@ friend LRESULT MainRouter(ULONGLONG ullDst, UINT uiMsg, WPARAM wParam, LPARAM lParam); friend CCopyHandlerApp& GetApp(); friend ictranslate::CResourceManager& GetResManager(); - friend TConfig& GetConfig(); + friend chcore::TConfig& GetConfig(); bool IsShellExtEnabled() const; - void OnConfigNotify(const std::set& setPropNames); + void OnConfigNotify(const std::set& setPropNames); void OnResManNotify(UINT uiType); protected: