Make it compilable for QT4.3. (/usr/include/QtGui/qtreeview.h:51: error: forward declaration of ‘struct QHeaderView’)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33308 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2010-02-01 06:00:46 +00:00
parent a7c9c14b23
commit 05aa189394

View File

@ -32,6 +32,7 @@
#include <QPushButton>
#include <QToolTip>
#include <QCloseEvent>
#include <QtGui>
using namespace std;
using namespace lyx::support;