summaryrefslogtreecommitdiffstats
path: root/tools/xmlpatterns/main.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 08:36:02 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 08:36:02 (GMT)
commit2d00cfe51ca07a934c4f172d0131156190a9b6e1 (patch)
tree635fed128ecf3271f50547eebf3432d67a22cf46 /tools/xmlpatterns/main.cpp
parent0cd421df59a25c5c3395d5e12c0a5842dc035ed0 (diff)
downloadQt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.zip
Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.gz
Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.bz2
Replace "Trolltech" with more appropriate terms.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/xmlpatterns/main.cpp')
-rw-r--r--tools/xmlpatterns/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xmlpatterns/main.cpp b/tools/xmlpatterns/main.cpp
index de073eb..1bef118 100644
--- a/tools/xmlpatterns/main.cpp
+++ b/tools/xmlpatterns/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the Patternist project on Trolltech Labs.
+** This file is part of the Patternist project on Qt Labs.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Commercial Usage
@@ -192,7 +192,7 @@ protected:
#ifdef Q_OS_WIN
/* If we don't open stdout in "binary" mode on Windows, it will translate
- * 0xA into 0xD 0xA. See Trolltech task 173619, for an example. */
+ * 0xA into 0xD 0xA. */
_setmode(_fileno(stdout), _O_BINARY);
m_stdout = _wfdopen(_fileno(stdout), L"wb");
out->open(m_stdout, QIODevice::WriteOnly);