]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/DialogView.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / DialogView.h
index f01f04e4dcbb4b0518afbce2b049f217596bc6a7..d3125c6f8e94298e00e78d9898fada42b4a76114 100644 (file)
@@ -29,7 +29,7 @@ public:
        /// container.
        /// \param title is the window title used for decoration.
        DialogView(GuiView & lv, QString const & name, QString const & title)
-               : Dialog(lv, name, "LyX: " + title)
+               : QDialog(&lv), Dialog(lv, name, "LyX: " + title)
        {}
 
        virtual QWidget * asQWidget() { return this; }