diff --git a/src/frontends/qt4/DialogView.h b/src/frontends/qt4/DialogView.h index a95b1a435c..47a018fd33 100644 --- a/src/frontends/qt4/DialogView.h +++ b/src/frontends/qt4/DialogView.h @@ -29,7 +29,7 @@ public: /// container. /// \param title is the window title used for decoration. DialogView(GuiView & lv, QString const & name, QString const & title) - : QDialog(&lv), Dialog(lv, name, "LyX: " + title) + : Dialog(lv, name, "LyX: " + title) {} virtual QWidget * asQWidget() { return this; }