Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.h
index 0757b6a..c1b7580 100644 (file)
@@ -31,6 +31,7 @@
 #include <QSqlDatabase>
 #include <QSqlError>
 #include "XdxfDictDialog.h"
+#include "XdxfCachingDialog.h"
 
 class TranslationXdxf;
 
@@ -104,7 +105,7 @@ public Q_SLOTS:
 
 Q_SIGNALS:
     //! emited with percent count of caching progress
-    void update(float);
+    void updateCachingProgress(int);
 
 
 protected:
@@ -154,6 +155,7 @@ private:
     volatile bool stopped;
     Settings *_settings;
     XdxfDictDialog* _dictDialog;
+    XdxfCachingDialog* cachingDialog;
 };
 
 #endif // XDXFPLUGIN_H