Be consistent in how qt headers are included (QtCore/Q...), because QtXml etc may be used later.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-12-13 04:43:50 +00:00
parent 296343472d
commit 525e28f520
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#include "support/os.h"
#include "support/qstring_helpers.h"
#include <QFile>
#include <QtCore/QFile>
#include <boost/assert.hpp>

View File

@ -13,7 +13,7 @@
#include "qstring_helpers.h"
#include <QVector>
#include <QtCore/QVector>
namespace lyx {

View File

@ -14,8 +14,8 @@
#include "support/docstring.h"
#include <QChar>
#include <QString>
#include <QtCore/QChar>
#include <QtCore/QString>
#include <boost/assert.hpp>