Merge branch 'xdxf' of ssh://drop.maemo.org/git/mdictionary into xdxf
authorJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Thu, 5 Aug 2010 11:44:27 +0000 (13:44 +0200)
committerJakub Jaszczynski <j.j.jaszczynski@gmail.com>
Thu, 5 Aug 2010 11:44:27 +0000 (13:44 +0200)
1  2 
trunk/src/plugins/xdxf/src/XdxfPlugin/xdxfplugin.cpp

@@@ -128,16 -115,14 +130,13 @@@ void XdxfPlugin::stop() 
      stopped=true;
  }
  
- QDialog* XdxfPlugin::loadDialog() {
-      path="dict.xdxf";
+ DictDialog* XdxfPlugin::dictDialog() {
+      return NULL;
  }
  
- QDialog* XdxfPlugin::settingsDialog() {
-     path="dict.xdxf";
- }
  
  CommonDictInterface* XdxfPlugin::getNew(const Settings*) const {
 -  // CommonDictInterface *commonDictInterface= new
 -    ;
 +  return new XdxfPlugin();
  }
  
  bool XdxfPlugin::isAvailable() const {