From ed861b720a2c2d005e867a3c8041f0dfac7ea4ad Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 15 Oct 2008 22:03:13 +0000 Subject: [PATCH] Simplify git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26914 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index a851ff56c6..937b319975 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -101,7 +101,7 @@ #ifdef Q_WS_WIN #include -#if defined(Q_CYGWIN_WIN) || defined(Q_CC_MINGW) +#ifdef Q_CC_GNU #include #endif #include -- 2.39.2