]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/QtLyXView.h
This new citation dialog follows a new design similar to lyx-1.3:
[lyx.git] / src / frontends / qt4 / QtLyXView.h
1 // -*- C++ -*-
2 /**
3  * \file QtLyXView.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author John Levon
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 /* Qt has a messy namespace which conflicts with 'emit' in
13  * src/Timeout.h. Uggghh.
14  */
15
16 #undef emit
17 #undef signals