[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: Index: src/frontends/qt3/QtView.h =================================================================== --- src/frontends/qt3/QtView.h (.../svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk/s rc) (revision 14200) +++ src/frontends/qt3/QtView.h (.../src) (working copy) @@ -13,13 +13,10 @@ #ifndef QTVIEW_H #define QTVIEW_H
-// Must be here because of moc. #include <config.h> If this is not here because of moc anymore then the #include should also be removed. We only want the <config.h> in all source files. Or if moc really require this, then the comment should stay. -- Lgb