summaryrefslogtreecommitdiffstats
path: root/tools/xmlpatterns/main.h
diff options
context:
space:
mode:
authorCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2009-12-21 11:03:44 (GMT)
committerCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>2009-12-21 12:46:39 (GMT)
commitcba4d931bec2cb910e4dc149e0bc5d441cd64511 (patch)
treef5eaff48fe32c02867c3f9e8f77d243cf2d29e4e /tools/xmlpatterns/main.h
parentda46da0a33c883f6cdcc155e137a9dc75f68b8fe (diff)
downloadQt-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.h')
-rw-r--r--tools/xmlpatterns/main.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/xmlpatterns/main.h b/tools/xmlpatterns/main.h
index cdef999..76b7097 100644
--- a/tools/xmlpatterns/main.h
+++ b/tools/xmlpatterns/main.h
@@ -54,21 +54,13 @@
#include <QCoreApplication>
-QT_BEGIN_HEADER
-
-QT_BEGIN_NAMESPACE
-
class QXmlPatternistCLI
{
public:
- Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
+ Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
private:
inline QXmlPatternistCLI();
Q_DISABLE_COPY(QXmlPatternistCLI)
};
-QT_END_NAMESPACE
-
-QT_END_HEADER
-
#endif