X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fregistrytool.h;h=e98f2df3886cf16b0a3b0213cf96341cd71686b9;hb=62dad53172661dfa1ef8dd3ed07e06d2ea2523a4;hp=9aa64418950a69c9edd237ae3938fffd06e447f7;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/registrytool.h b/src/registrytool.h index 9aa644189..e98f2df38 100644 --- a/src/registrytool.h +++ b/src/registrytool.h @@ -28,6 +28,7 @@ */ #include +#include class RegistryTool { @@ -39,13 +40,13 @@ public: virtual ~RegistryTool() {} - bool setStringValue(const std::string &key, - const std::string &valueName, - const std::string &value); + bool setStringValue(const Glib::ustring &key, + const Glib::ustring &valueName, + const Glib::ustring &value); - bool getExeInfo(std::string &fullPath, - std::string &path, - std::string &exeName); + bool getExeInfo(Glib::ustring &fullPath, + Glib::ustring &path, + Glib::ustring &exeName); bool setPathInfo();