X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FMakefile.dialogs;h=b96c4719fcbaea28813655e5a18d97866358a2f9;hb=1229a2712d3f4fe1392616a6973e1830cf3124ef;hp=7a5b841df4b694b6d7f020e1a302a8bd2035b721;hpb=78930d2d26e21fde5a3cc34bc7b3511c4caca108;p=lyx.git diff --git a/src/frontends/qt2/Makefile.dialogs b/src/frontends/qt2/Makefile.dialogs index 7a5b841df4..b96c4719fc 100644 --- a/src/frontends/qt2/Makefile.dialogs +++ b/src/frontends/qt2/Makefile.dialogs @@ -16,6 +16,7 @@ DIALOGS = \ QIndex \ QLog \ QMinipage \ + QParagraph \ QPreamble \ QPrint \ QRef \ @@ -40,8 +41,6 @@ DIALOGSOURCES = \ QCharacter.C QCharacterDialog.C \ QCitation.h QCitationDialog.h \ QCitation.C QCitationDialog.C \ - QDocument.C QDocument.h \ - QDocumentDialog.C QDocumentDialog.h \ QError.h QErrorDialog.h \ QError.C QErrorDialog.C \ QERT.h QERTDialog.h \ @@ -60,8 +59,8 @@ DIALOGSOURCES = \ QLog.C QLogDialog.C \ QMinipage.h QMinipageDialog.h \ QMinipage.C QMinipageDialog.C \ - QParagraph.C QParagraph.h \ - QParagraphDialog.C QParagraphDialog.h \ + QParagraph.h QParagraphDialog.h \ + QParagraph.C QParagraphDialog.C \ QPreamble.h QPreambleDialog.h \ QPreamble.C QPreambleDialog.C \ QPrint.h QPrintDialog.h \ @@ -102,6 +101,7 @@ MOCDIALOGS = \ QIndexDialog_moc.C \ QLogDialog_moc.C \ QMinipageDialog_moc.C \ + QParagraphDialog_moc.C \ QPreambleDialog_moc.C \ QPrintDialog_moc.C \ QRefDialog_moc.C \ @@ -146,6 +146,8 @@ UIDIALOGS = \ QLogDialogBase.C \ QMinipageDialogBase.h \ QMinipageDialogBase.C \ + QParagraphDialogBase.h \ + QParagraphDialogBase.C \ QPreambleDialogBase.h \ QPreambleDialogBase.C \ QPrintDialogBase.h \ @@ -187,6 +189,7 @@ UIMOCDIALOGS = \ QIndexDialogBase_moc.C \ QLogDialogBase_moc.C \ QMinipageDialogBase_moc.C \ + QParagraphDialogBase_moc.C \ QPreambleDialogBase_moc.C \ QPrintDialogBase_moc.C \ QRefDialogBase_moc.C \