]> git.lyx.org Git - features.git/commitdiff
Make it compile again: Add some includes to fix signals name clash
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 30 Sep 2006 08:58:17 +0000 (08:58 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 30 Sep 2006 08:58:17 +0000 (08:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15187 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/GuiApplication.C

index 8618fc20c812b5b853d20c8064844b332c57df1c..310d311ab332e09d5b91f4821b79207513d25349 100644 (file)
 
 #include <config.h>
 
+// FIXME: this is needed for now because LyXFunc is still constructed
+// there.
+#include "frontends/Application_pimpl.h"
+#include "frontends/LyXView.h"
+#include "frontends/WorkArea.h"
+
 #include "GuiApplication.h"
 
 #include "qt_helpers.h"
 #include "QLImage.h"
 
-#include "BufferView.h"
-
-// FIXME: this is needed for now because LyXFunc is still constructed
-// there.
-#include "frontends/Application_pimpl.h"
-
 #include "graphics/LoaderQueue.h"
 
 #include "support/lstrings.h"
 #include "support/os.h"
 #include "support/package.h"
 
+#include "BufferView.h"
 #include "lyx_main.h"
 #include "lyxrc.h"
 #include "debug.h"