]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/Makefile.dialogs
Some Qt graphics dialog improvements. Yet more work needed :/
[lyx.git] / src / frontends / qt2 / Makefile.dialogs
index 7a5b841df4b694b6d7f020e1a302a8bd2035b721..b96c4719fcbaea28813655e5a18d97866358a2f9 100644 (file)
@@ -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 \