diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2009-12-21 11:03:44 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2009-12-21 12:46:39 (GMT) |
commit | cba4d931bec2cb910e4dc149e0bc5d441cd64511 (patch) | |
tree | f5eaff48fe32c02867c3f9e8f77d243cf2d29e4e /tools/xmlpatterns/main.cpp | |
parent | da46da0a33c883f6cdcc155e137a9dc75f68b8fe (diff) | |
download | Qt-cba4d931bec2cb910e4dc149e0bc5d441cd64511.zip Qt-cba4d931bec2cb910e4dc149e0bc5d441cd64511.tar.gz Qt-cba4d931bec2cb910e4dc149e0bc5d441cd64511.tar.bz2 |
Fixing a problem with xmlpatterns, where code from tools/xmlpatterns was being included by src/xmlpatterns.
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tools/xmlpatterns/main.cpp')
-rw-r--r-- | tools/xmlpatterns/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlpatterns/main.cpp b/tools/xmlpatterns/main.cpp index 604523b..76853b5 100644 --- a/tools/xmlpatterns/main.cpp +++ b/tools/xmlpatterns/main.cpp @@ -49,6 +49,7 @@ #include <QtCore/QUrl> #include <QtCore/QVariant> #include <QtCore/QVector> +#include <QtCore/QCoreApplication> #include <QtXmlPatterns/QXmlFormatter> #include <QtXmlPatterns/QXmlItem> @@ -58,7 +59,6 @@ #include "private/qautoptr_p.h" #include "qapplicationargument_p.h" #include "qapplicationargumentparser_p.h" -#include "qcoloringmessagehandler_p.h" #if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) /* Needed for opening stdout with _fdopen & friends. io.h seems to not be |