diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 2c53b31f15..d9623d363b 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -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 \ diff --git a/src/frontends/qt4/README b/src/frontends/qt4/README index 14ddede186..83a54c041a 100644 --- a/src/frontends/qt4/README +++ b/src/frontends/qt4/README @@ -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 ------------------