X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FMakefile.dialogs;h=b96c4719fcbaea28813655e5a18d97866358a2f9;hb=1229a2712d3f4fe1392616a6973e1830cf3124ef;hp=c6e2f1ab1f2e3fab0045df1bbfcbaf0156599601;hpb=7c9de3222e9a48e69fc3322027287fb4b4803edf;p=lyx.git diff --git a/src/frontends/qt2/Makefile.dialogs b/src/frontends/qt2/Makefile.dialogs index c6e2f1ab1f..b96c4719fc 100644 --- a/src/frontends/qt2/Makefile.dialogs +++ b/src/frontends/qt2/Makefile.dialogs @@ -2,14 +2,15 @@ DIALOGS = \ QAbout \ + QAskForText \ QBibitem \ QBibtex \ QCharacter \ QCitation \ - QDocument \ QError \ QERT \ QExternal \ + QFloat \ QGraphics \ QInclude \ QIndex \ @@ -20,9 +21,10 @@ DIALOGS = \ QPrint \ QRef \ QSearch \ + QShowFile \ QSpellchecker \ - QSplash \ QTabularCreate \ + QTexinfo \ QThesaurus \ QToc \ QURL \ @@ -39,14 +41,14 @@ DIALOGSOURCES = \ QCharacter.C QCharacterDialog.C \ QCitation.h QCitationDialog.h \ QCitation.C QCitationDialog.C \ - QDocument.h QDocumentDialog.h \ - QDocument.C QDocumentDialog.C \ QError.h QErrorDialog.h \ QError.C QErrorDialog.C \ QERT.h QERTDialog.h \ QERT.C QERTDialog.C \ QExternal.h QExternalDialog.h \ QExternal.C QExternalDialog.C \ + QFloat.h QFloatDialog.h \ + QFloat.C QFloatDialog.C \ QGraphics.h QGraphicsDialog.h \ QGraphics.C QGraphicsDialog.C \ QInclude.h QIncludeDialog.h \ @@ -67,12 +69,14 @@ DIALOGSOURCES = \ QRef.C QRefDialog.C \ QSearch.h QSearchDialog.h \ QSearch.C QSearchDialog.C \ + QShowFile.h QShowFileDialog.h \ + QShowFile.C QShowFileDialog.C \ QSpellchecker.h QSpellcheckerDialog.h \ QSpellchecker.C QSpellcheckerDialog.C \ - QSplash.h QSplashDialog.h \ - QSplash.C QSplashDialog.C \ QTabularCreate.h QTabularCreateDialog.h \ QTabularCreate.C QTabularCreateDialog.C \ + QTexinfo.h QTexinfoDialog.h \ + QTexinfo.C QTexinfoDialog.C \ QThesaurus.h QThesaurusDialog.h \ QThesaurus.C QThesaurusDialog.C \ QToc.h QTocDialog.h \ @@ -88,10 +92,10 @@ MOCDIALOGS = \ QBibtexDialog_moc.C \ QCharacterDialog_moc.C \ QCitationDialog_moc.C \ - QDocumentDialog_moc.C \ QErrorDialog_moc.C \ QERTDialog_moc.C \ QExternalDialog_moc.C \ + QFloatDialog_moc.C \ QGraphicsDialog_moc.C \ QIncludeDialog_moc.C \ QIndexDialog_moc.C \ @@ -102,9 +106,10 @@ MOCDIALOGS = \ QPrintDialog_moc.C \ QRefDialog_moc.C \ QSearchDialog_moc.C \ + QShowFileDialog_moc.C \ QSpellcheckerDialog_moc.C \ - QSplashDialog_moc.C \ QTabularCreateDialog_moc.C \ + QTexinfoDialog_moc.C \ QThesaurusDialog_moc.C \ QTocDialog_moc.C \ QURLDialog_moc.C \ @@ -113,6 +118,8 @@ MOCDIALOGS = \ UIDIALOGS = \ QAboutDialogBase.h \ QAboutDialogBase.C \ + QAskForTextDialog.h \ + QAskForTextDialog.C \ QBibitemDialogBase.h \ QBibitemDialogBase.C \ QBibtexDialogBase.h \ @@ -121,14 +128,14 @@ UIDIALOGS = \ QCharacterDialogBase.C \ QCitationDialogBase.h \ QCitationDialogBase.C \ - QDocumentDialogBase.h \ - QDocumentDialogBase.C \ QErrorDialogBase.C \ QErrorDialogBase.h \ QERTDialogBase.C \ QERTDialogBase.h \ QExternalDialogBase.C \ QExternalDialogBase.h \ + QFloatDialogBase.C \ + QFloatDialogBase.h \ QGraphicsDialogBase.C \ QGraphicsDialogBase.h \ QIncludeDialogBase.h \ @@ -149,10 +156,14 @@ UIDIALOGS = \ QRefDialogBase.C \ QSearchDialogBase.h \ QSearchDialogBase.C \ + QShowFileDialogBase.h \ + QShowFileDialogBase.C \ QSpellcheckerDialogBase.h \ QSpellcheckerDialogBase.C \ QTabularCreateDialogBase.h \ QTabularCreateDialogBase.C \ + QTexinfoDialogBase.h \ + QTexinfoDialogBase.C \ QThesaurusDialogBase.h \ QThesaurusDialogBase.C \ QTocDialogBase.h \ @@ -164,14 +175,15 @@ UIDIALOGS = \ UIMOCDIALOGS = \ QAboutDialogBase_moc.C \ + QAskForTextDialog_moc.C \ QBibitemDialogBase_moc.C \ QBibtexDialogBase_moc.C \ QCharacterDialogBase_moc.C \ QCitationDialogBase_moc.C \ - QDocumentDialogBase_moc.C \ QErrorDialogBase_moc.C \ QERTDialogBase_moc.C \ QExternalDialogBase_moc.C \ + QFloatDialogBase_moc.C \ QGraphicsDialogBase_moc.C \ QIncludeDialogBase_moc.C \ QIndexDialogBase_moc.C \ @@ -182,8 +194,10 @@ UIMOCDIALOGS = \ QPrintDialogBase_moc.C \ QRefDialogBase_moc.C \ QSearchDialogBase_moc.C \ + QShowFileDialogBase_moc.C \ QSpellcheckerDialogBase_moc.C \ QTabularCreateDialogBase_moc.C \ + QTexinfoDialogBase_moc.C \ QThesaurusDialogBase_moc.C \ QTocDialogBase_moc.C \ QURLDialogBase_moc.C \