]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Dialogs.C
Changed KDE FormIndex to use qtarch generated dialog, added FromParagraph
[features.git] / src / frontends / xforms / Dialogs.C
index a6674e5b74674fd79fd8e39d61a364421effe1bd..0aaea3fcf9f342d039ac1cbb82c9396e6e6b8f11 100644 (file)
@@ -8,6 +8,7 @@
 #include "FormError.h"
 #include "FormGraphics.h"
 #include "FormIndex.h"
+#include "FormParagraph.h"
 #include "FormPreferences.h"
 #include "FormPrint.h"
 #include "FormRef.h"
@@ -31,6 +32,7 @@ Dialogs::Dialogs(LyXView * lv)
        dialogs_.push_back(new FormError(lv, this));
        dialogs_.push_back(new FormGraphics(lv, this));
        dialogs_.push_back(new FormIndex(lv, this));
+       dialogs_.push_back(new FormParagraph(lv, this));
        dialogs_.push_back(new FormPreferences(lv, this));
        dialogs_.push_back(new FormPrint(lv, this));
        dialogs_.push_back(new FormRef(lv, this));