From 3f0d2901c22cc9c5cc162ebfac4e440721de826c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 8 Oct 2006 06:57:46 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/QPrefsDialog.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2