From: Bo Peng Date: Wed, 13 Dec 2006 04:43:50 +0000 (+0000) Subject: Be consistent in how qt headers are included (QtCore/Q...), because QtXml etc may... X-Git-Tag: 1.6.10~11570 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=525e28f5205f8e7e267512c418985fc7e1a3c142;p=features.git 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 --- diff --git a/src/support/filename.C b/src/support/filename.C index 8b8a4aee57..3d88f0bc77 100644 --- a/src/support/filename.C +++ b/src/support/filename.C @@ -16,7 +16,7 @@ #include "support/os.h" #include "support/qstring_helpers.h" -#include +#include #include diff --git a/src/support/qstring_helpers.C b/src/support/qstring_helpers.C index d1a2ef8a6d..5f00c8596c 100644 --- a/src/support/qstring_helpers.C +++ b/src/support/qstring_helpers.C @@ -13,7 +13,7 @@ #include "qstring_helpers.h" -#include +#include namespace lyx { diff --git a/src/support/qstring_helpers.h b/src/support/qstring_helpers.h index d1525de8f4..04940e478c 100644 --- a/src/support/qstring_helpers.h +++ b/src/support/qstring_helpers.h @@ -14,8 +14,8 @@ #include "support/docstring.h" -#include -#include +#include +#include #include