Another quick fix to get qt2 frontend to compile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1819 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kalle Dalheimer 2001-03-23 21:20:12 +00:00
parent 127265cc83
commit 07b2bf5e11
3 changed files with 27 additions and 2 deletions

View File

@ -53,7 +53,11 @@ Dialogs::Dialogs(LyXView * lv)
// add( new FormCredits(lv, this));
// add(new FormDocument(lv, this));
add(new FormError(lv, this));
// REMOVED THIS UNTIL CHANGED TO NEW SCHEME -- Kalle, 2001-03-23
// add(new FormError(lv, this));
add(new FormGraphics(lv, this));
// add(new FormIndex(lv, this));
add(new FormParagraph(lv, this));

View File

@ -39,7 +39,6 @@ libqt2_la_OBJADD = \
../xforms/FormBibtex.lo \
../xforms/FormBrowser.lo \
../xforms/FormCopyright.lo \
../xforms/FormCredits.lo \
../xforms/FormDocument.lo \
../xforms/FormError.lo \
../xforms/FormExternal.lo \

View File

@ -0,0 +1,22 @@
Dialog Maintainer MVC conversion
----------------------------------------------
Character Edwin
Citation Kalle
Copyright Kalle
Credits
Document Kalle
Error
File Edwin
Graphics
Index Kalle
Paragraph Edwin
Preferences
Print Edwin
Ref Kalle
Search Edwin
Splash Edwin
Tabular
TabularCreate Edwin
Toc Kalle
Url Kalle