From: Georg Baum Date: Sun, 8 Oct 2006 06:57:46 +0000 (+0000) Subject: Avoid another name clash (probably #define check ...) on OS X with Qt 4.2.0 X-Git-Tag: 1.6.10~12438 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3f0d2901c22cc9c5cc162ebfac4e440721de826c;p=lyx.git Avoid another name clash (probably #define check ...) on OS X with Qt 4.2.0 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15270 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/QPrefsDialog.C b/src/frontends/qt4/QPrefsDialog.C index 91de02e561..cd0f651cb2 100644 --- a/src/frontends/qt4/QPrefsDialog.C +++ b/src/frontends/qt4/QPrefsDialog.C @@ -12,8 +12,8 @@ #include #include "debug.h" -#include "GuiApplication.h" #include "Qt2BC.h" +#include "GuiApplication.h" #include "qt_helpers.h" #include "debug.h"