diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:43:41 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:43:41 (GMT) |
commit | 3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (patch) | |
tree | 880ceec3efd8979d5ceff6a58a1160f94e884e41 /src/plugins | |
parent | a958ab9c98481100870a87ee07b8e0abddbfc804 (diff) | |
download | Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.zip Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.tar.gz Qt-3058cd5f6ee3fb01e62d625b501e7eeeea70cd84.tar.bz2 |
Eliminate some mentions of Trolltech.
Reviewed-by: Trust Me
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/codecs/jp/qeucjpcodec.cpp | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qeucjpcodec.h | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qjiscodec.cpp | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qjiscodec.h | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qjpunicode.h | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qsjiscodec.cpp | 2 | ||||
-rw-r--r-- | src/plugins/codecs/jp/qsjiscodec.h | 2 | ||||
-rw-r--r-- | src/plugins/codecs/kr/qeuckrcodec.cpp | 4 | ||||
-rw-r--r-- | src/plugins/codecs/tw/qbig5codec.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/src/plugins/codecs/jp/qeucjpcodec.cpp b/src/plugins/codecs/jp/qeucjpcodec.cpp index d7aaf7f..19b259c 100644 --- a/src/plugins/codecs/jp/qeucjpcodec.cpp +++ b/src/plugins/codecs/jp/qeucjpcodec.cpp @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /*! \class QEucJpCodec \reentrant diff --git a/src/plugins/codecs/jp/qeucjpcodec.h b/src/plugins/codecs/jp/qeucjpcodec.h index 11a7066..393d7f1 100644 --- a/src/plugins/codecs/jp/qeucjpcodec.h +++ b/src/plugins/codecs/jp/qeucjpcodec.h @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /* * Copyright (C) 1999 Serika Kurusugawa, All rights reserved. diff --git a/src/plugins/codecs/jp/qjiscodec.cpp b/src/plugins/codecs/jp/qjiscodec.cpp index a495dae..3e4d5a0 100644 --- a/src/plugins/codecs/jp/qjiscodec.cpp +++ b/src/plugins/codecs/jp/qjiscodec.cpp @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa, // a.k.a. Junji Takagi, and is included in Qt with the author's permission -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /*! \class QJisCodec \reentrant diff --git a/src/plugins/codecs/jp/qjiscodec.h b/src/plugins/codecs/jp/qjiscodec.h index 4d58647..9b95d58 100644 --- a/src/plugins/codecs/jp/qjiscodec.h +++ b/src/plugins/codecs/jp/qjiscodec.h @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /* * Copyright (C) 1999 Serika Kurusugawa, All rights reserved. diff --git a/src/plugins/codecs/jp/qjpunicode.h b/src/plugins/codecs/jp/qjpunicode.h index eaa6a04..eaa76e8 100644 --- a/src/plugins/codecs/jp/qjpunicode.h +++ b/src/plugins/codecs/jp/qjpunicode.h @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /* * Copyright (C) 1999 Serika Kurusugawa, All rights reserved. diff --git a/src/plugins/codecs/jp/qsjiscodec.cpp b/src/plugins/codecs/jp/qsjiscodec.cpp index dafb4b3..d818ba7 100644 --- a/src/plugins/codecs/jp/qsjiscodec.cpp +++ b/src/plugins/codecs/jp/qsjiscodec.cpp @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /*! \class QSjisCodec \reentrant diff --git a/src/plugins/codecs/jp/qsjiscodec.h b/src/plugins/codecs/jp/qsjiscodec.h index 7c1fddf..5719b93 100644 --- a/src/plugins/codecs/jp/qsjiscodec.h +++ b/src/plugins/codecs/jp/qsjiscodec.h @@ -41,7 +41,7 @@ // Most of the code here was originally written by Serika Kurusugawa // a.k.a. Junji Takagi, and is included in Qt with the author's permission, -// and the grateful thanks of the Trolltech team. +// and the grateful thanks of the Qt team. /* * Copyright (C) 1999 Serika Kurusugawa, All rights reserved. diff --git a/src/plugins/codecs/kr/qeuckrcodec.cpp b/src/plugins/codecs/kr/qeuckrcodec.cpp index 959e4fa..8277995 100644 --- a/src/plugins/codecs/kr/qeuckrcodec.cpp +++ b/src/plugins/codecs/kr/qeuckrcodec.cpp @@ -39,8 +39,8 @@ ** ****************************************************************************/ -// Most of the cp949 code was originally written by Joon-Kyu Park, and is included -// in Qt with the author's permission and the grateful thanks of the Trolltech team. +// Most of the cp949 code was originally written by Joon-Kyu Park, and is included +// in Qt with the author's permission and the grateful thanks of the Qt team. /*! \class QEucKrCodec \reentrant diff --git a/src/plugins/codecs/tw/qbig5codec.h b/src/plugins/codecs/tw/qbig5codec.h index 9f0a9cc..d65b445 100644 --- a/src/plugins/codecs/tw/qbig5codec.h +++ b/src/plugins/codecs/tw/qbig5codec.h @@ -41,7 +41,7 @@ // Most of the code here was originally written by Ming-Che Chuang and // is included in Qt with the author's permission, and the grateful -// thanks of the Trolltech team. +// thanks of the Qt team. #ifndef QBIG5CODEC_H #define QBIG5CODEC_H |