Rearrange headers to avoid "Qt-pollution" problems.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-06-11 21:58:23 +00:00
parent 7ed688d021
commit b2f6bff600
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* QExternal.C: changes due to InsetExternal::Params no longer
storing the ExternalTemplate but its name.
* QRef.C: move #include "insets/insetref.h" above the Qt headers.
Something nasty going on with Qt polluting the global namespace.
2003-06-10 Angus Leeming <leeming@lyx.org>

View File

@ -12,6 +12,8 @@
#include "ControlRef.h"
#include "insets/insetref.h"
#include "QRef.h"
#include "QRefDialog.h"
#include "Qt2BC.h"
@ -26,7 +28,6 @@
#include "helper_funcs.h" // getStringFromVector
#include "support/lstrings.h" // frontStrip, strip
#include "qt_helpers.h"
#include "insets/insetref.h"
using std::find;
using std::max;