X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=trunk%2Fsrc%2Fplugins%2Fxdxf%2Fsrc%2FXdxfCachingDialog.cpp;fp=trunk%2Fsrc%2Fplugins%2Fxdxf%2Fsrc%2FXdxfCachingDialog.cpp;h=f06f69c26ecc5a0b45722b22822bb8bff410d7a7;hb=a98118bc24bae5677f94784fa784d1b24a262261;hp=402fd31ff086fcac05f385380dabb4f742d31a78;hpb=38300e2fd96aa89b6a03e513ea732141eb67b100;p=mdictionary diff --git a/trunk/src/plugins/xdxf/src/XdxfCachingDialog.cpp b/trunk/src/plugins/xdxf/src/XdxfCachingDialog.cpp index 402fd31..f06f69c 100644 --- a/trunk/src/plugins/xdxf/src/XdxfCachingDialog.cpp +++ b/trunk/src/plugins/xdxf/src/XdxfCachingDialog.cpp @@ -28,8 +28,8 @@ #include -XdxfCachingDialog::XdxfCachingDialog(XdxfPlugin *parent) : - QDialog((QWidget*)parent) +XdxfCachingDialog::XdxfCachingDialog(XdxfPlugin *parent) //: +// QDialog((QWidget*)parent) { verticalLayout = new QVBoxLayout(this); setLayout(verticalLayout); @@ -54,9 +54,8 @@ XdxfCachingDialog::XdxfCachingDialog(XdxfPlugin *parent) : connect(cancelButton, SIGNAL(clicked()), this, SIGNAL(cancelCaching())); - // connect(parent, SIGNAL(updateCachingProgress(int, int)), - // this, SLOT(updateCachingProgress(int, int))); - + connect(parent, SIGNAL(updateCachingProgress(int, int)), + this, SLOT(updateCachingProgress(int, int))); time.start(); }