]> git.lyx.org Git - features.git/commitdiff
remove references to deleted file QtLyXView.h
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Jun 2006 19:26:23 +0000 (19:26 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 14 Jun 2006 19:26:23 +0000 (19:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14112 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Makefile.am
src/frontends/qt4/README

index 2c53b31f157891f2165af80e85312abe5761b15a..d9623d363b517e4980f7515e21811ab50cbb53f8 100644 (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 \
index 14ddede18675e5afed656a663515b9d7d6b81cce..83a54c041a649591dd32011537c12a786ec90d28 100644 (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
 ------------------