mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
296343472d
commit
525e28f520
@ -16,7 +16,7 @@
|
||||
#include "support/os.h"
|
||||
#include "support/qstring_helpers.h"
|
||||
|
||||
#include <QFile>
|
||||
#include <QtCore/QFile>
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "qstring_helpers.h"
|
||||
|
||||
#include <QVector>
|
||||
#include <QtCore/QVector>
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <QChar>
|
||||
#include <QString>
|
||||
#include <QtCore/QChar>
|
||||
#include <QtCore/QString>
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user