]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/QtLyXView.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / kde / QtLyXView.h
1 /**
2  * \file QtLyXView.h
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author John Levon
7  */
8
9 /* Qt has a messy namespace which conflicts with 'emit' in
10  * Timeout. Yep, they #define emit to nothing.
11  */
12 #undef emit
13 #include "LyXView.h"