more compile fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23052 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-02-18 09:55:14 +00:00
parent d4e9968494
commit 6f5e86e065
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <QApplication> #include <QApplication>
#include <QKeyEvent> #include <QKeyEvent>
#include <QShowEvent>
#include "support/qstring_helpers.h" #include "support/qstring_helpers.h"

View File

@ -24,8 +24,9 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include <QListWidget> #include <QListWidget>
#include <QTextBrowser>
#include <QPushButton> #include <QPushButton>
#include <QShowEvent>
#include <QTextBrowser>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;