change html to xml in funcions names
[mdictionary] / src / plugins / xdxf / TranslationXdxf.cpp
index 394ab81..fe228b5 100644 (file)
@@ -43,7 +43,7 @@ QString TranslationXdxf::key() const {
     return _key;
 }
 
-QString TranslationXdxf::toHtml() const { 
+QString TranslationXdxf::toXml() const { 
     QString result("");
     if(!xdxfPlugin)
         return result;