change html to xml in funcions names
[mdictionary] / src / include / translation.h
index d6e63c8..f510bfd 100644 (file)
@@ -51,8 +51,8 @@ class Translation {
         return this->key()==translation->key();
     }
 
-    //! \return parsed raw format into html
-    virtual QString toHtml() const = 0;
+    //! \return parsed raw format into xml
+    virtual QString toXml() const = 0;
 
     //! \return whether given translation is taken from bookmarks
     virtual bool isBookmark() const {