]> git.lyx.org Git - features.git/commitdiff
Fix monolithic build (bug #8079)
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)
src/frontends/qt4/GuiBranches.cpp

index 9c59f125e4b61fe052084ce4df56399cde99e7be..9445a1656770efe9369e2b09906c809717cfac54 100644 (file)
@@ -37,6 +37,9 @@
 #include <QColor>
 #include <QColorDialog>
 
+#ifdef KeyPress
+#undef KeyPress
+#endif
 
 namespace lyx {
 namespace frontend {