]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiParagraph.cpp
* qt4/DialogView.h: new template class based on QDialog.
[features.git] / src / frontends / qt4 / GuiParagraph.cpp
index 877d8a3b25a545bc52842e9b44694365659deb60..091ed7b7bbb26250764832488108cce11d411c2e 100644 (file)
@@ -36,8 +36,8 @@ using std::endl;
 namespace lyx {
 namespace frontend {
 
-GuiParagraph::GuiParagraph(ControlParagraph & controller)
-       : controller_(controller)
+GuiParagraph::GuiParagraph(ControlParagraph & controller, QWidget * parent)
+       : QWidget(parent), controller_(controller)
 {
        setupUi(this);
        setWindowTitle(qt_("Paragraph Settings"));