2001-06-14 08:20:41 +00:00
|
|
|
// -*- C++ -*-
|
2002-09-24 13:57:09 +00:00
|
|
|
/**
|
|
|
|
* \file QtLyXView.h
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author John Levon
|
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS
|
2001-02-14 19:43:56 +00:00
|
|
|
*/
|
|
|
|
|
2001-08-19 13:25:15 +00:00
|
|
|
/* Qt has a messy namespace which conflicts with 'emit' in
|
|
|
|
* src/Timeout.h. Uggghh.
|
2001-02-14 19:43:56 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#undef emit
|
2002-06-19 03:38:44 +00:00
|
|
|
#undef signals
|
2002-05-23 12:08:47 +00:00
|
|
|
#include "frontends/LyXView.h"
|