diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 08:36:02 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 08:36:02 (GMT) |
commit | 2d00cfe51ca07a934c4f172d0131156190a9b6e1 (patch) | |
tree | 635fed128ecf3271f50547eebf3432d67a22cf46 /tools/qdoc3 | |
parent | 0cd421df59a25c5c3395d5e12c0a5842dc035ed0 (diff) | |
download | Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.zip Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.gz Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.bz2 |
Replace "Trolltech" with more appropriate terms.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/yyindent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/yyindent.cpp b/tools/qdoc3/yyindent.cpp index 66cf90b..9dc2883 100644 --- a/tools/qdoc3/yyindent.cpp +++ b/tools/qdoc3/yyindent.cpp @@ -719,7 +719,7 @@ static int indentForContinuationLine() delimDepth--; /* An unclosed delimiter is a good place to align at, - at least for some styles (including Trolltech's). + at least for some styles (including Qt's). */ if ( delimDepth == -1 ) hook = j; |