From f8b4329205ff7a1b965ce35e99a7943d9a82f5d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:57 +0200 Subject: Use QtCore prefix when including Qt headers This appears to be more portable. For example, on Mac OS X with -framework QtCore option include does not work while including does. --- qt/common/containers/test.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'qt/common/containers/test.hxx') diff --git a/qt/common/containers/test.hxx b/qt/common/containers/test.hxx index a85b540..7953d14 100644 --- a/qt/common/containers/test.hxx +++ b/qt/common/containers/test.hxx @@ -6,15 +6,15 @@ #ifndef TEST_HXX #define TEST_HXX -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include -- cgit v1.1