Merge branch 'master' into google
[mdictionary] / src / plugins / xdxf / TranslationXdxf.h
index 42d504a..e438bbc 100644 (file)
@@ -38,8 +38,8 @@ public:
     //! \return word to be translated
     QString key() const;
 
-    //! \return parsed raw format into html
-    QString toHtml() const;
+    //! \return parsed raw format into xml
+    QString toXml() const;
 
     /*! sets the word for which we want to find a translation
         \param word for which we want to find a translation */