Imported version 0.3-2
[mstardict] / src / conf.hpp
index 4f47eaf..be47fce 100644 (file)
 #include <gconf/gconf.h>
 #include <gconf/gconf-client.h>
 
-class MStarDictConf {
+class Conf {
   private:
     GConfClient *gconf_client;
 
   public:
-    MStarDictConf();
-    ~MStarDictConf();
+    Conf();
+    ~Conf();
 
     bool GetStringList(const gchar *key,
                       std::list < std::string > &list);