]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/QtLyXView.h
fix typo that put too many include paths for most people
[lyx.git] / src / frontends / qt2 / QtLyXView.h
1 // -*- C++ -*-
2 /*
3  * QtLyXView.h
4  * (C) 2000 LyX Team
5  * moz@compsoc.man.ac.uk
6  */
7
8 /* Qt has a messy namespace which conflicts with 'emit' in
9  * src/Timeout.h. Uggghh.
10  */
11
12 #undef emit
13 #include "LyXView.h"