Fixed some bugs
[mdictionary] / src / plugins / xdxf / XdxfCachingDialog.cpp
index 29496d6..ac23b2d 100644 (file)
@@ -56,7 +56,9 @@ XdxfCachingDialog::XdxfCachingDialog(XdxfPlugin *parent) {
        this, SLOT(updateCachingProgress(int, int)));
     time.start();
 
-    setModal(true);
+    #ifndef Q_WS_MAEMO_5
+        setModal(true);
+    #endif
 }