]> git.lyx.org Git - features.git/commit
quick fix to make qt2 compile
authorKalle Dalheimer <kalle@kdab.net>
Fri, 23 Mar 2001 06:31:30 +0000 (06:31 +0000)
committerKalle Dalheimer <kalle@kdab.net>
Fri, 23 Mar 2001 06:31:30 +0000 (06:31 +0000)
commit67dc240bc9e6b2823ccbeea8da9b94666c8bf698
treede2ac970bb6a6eb739e7ae138f9fb8d9a7ff0ef2
parent93dda00aac4957bda8590e6cad2716081c8eee7b
quick fix to make qt2 compile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1808 a592a061-630c-0410-9148-cb99ea01b6c8
28 files changed:
src/frontends/qt2/Dialogs.C
src/frontends/qt2/FormDocument.C [new file with mode: 0644]
src/frontends/qt2/FormDocument.h [new file with mode: 0644]
src/frontends/qt2/FormDocumentDialog.C [new file with mode: 0644]
src/frontends/qt2/FormDocumentDialog.h [new file with mode: 0644]
src/frontends/qt2/FormDocumentDialogBase.ui [new file with mode: 0644]
src/frontends/qt2/FormIndex.C [new file with mode: 0644]
src/frontends/qt2/FormIndex.h [new file with mode: 0644]
src/frontends/qt2/FormIndexDialog.C [new file with mode: 0644]
src/frontends/qt2/FormIndexDialog.h [new file with mode: 0644]
src/frontends/qt2/FormIndexDialogBase.ui [new file with mode: 0644]
src/frontends/qt2/FormParagraph.C
src/frontends/qt2/FormRef.C [new file with mode: 0644]
src/frontends/qt2/FormRef.h [new file with mode: 0644]
src/frontends/qt2/FormRefDialog.C [new file with mode: 0644]
src/frontends/qt2/FormRefDialog.h [new file with mode: 0644]
src/frontends/qt2/FormRefDialogBase.ui [new file with mode: 0644]
src/frontends/qt2/FormToc.C [new file with mode: 0644]
src/frontends/qt2/FormToc.h [new file with mode: 0644]
src/frontends/qt2/FormTocDialog.C [new file with mode: 0644]
src/frontends/qt2/FormTocDialog.h [new file with mode: 0644]
src/frontends/qt2/FormTocDialogBase.ui [new file with mode: 0644]
src/frontends/qt2/FormUrl.C [new file with mode: 0644]
src/frontends/qt2/FormUrl.h [new file with mode: 0644]
src/frontends/qt2/FormUrlDialog.C [new file with mode: 0644]
src/frontends/qt2/FormUrlDialog.h [new file with mode: 0644]
src/frontends/qt2/FormUrlDialogBase.ui [new file with mode: 0644]
src/frontends/qt2/Makefile.am