remove references to deleted file QtLyXView.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14112 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-06-14 19:26:23 +00:00
parent 9cbcb8a39e
commit 20802b7c9b
2 changed files with 0 additions and 3 deletions

View File

@ -82,7 +82,6 @@ libqt4_la_SOURCES = \
QWorkArea.C QWorkArea.h \
QWrap.C QWrap.h \
Qt2BC.C Qt2BC.h \
QtLyXView.h \
WorkAreaFactory.C \
checkedwidgets.C checkedwidgets.h \
lyx_gui.C \

View File

@ -41,8 +41,6 @@ Never call buttoncontroller functions directly from dialogs. In general, you
should use Qt2Base::changed() in all circumstances. However, if you must call
the buttoncontroller, make sure to respect Qt2Base::updating_
Don't #undef emit - #include "QtLyXView.h" instead
Naming conventions
------------------