diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
commit | 826066dbe5f298ec0515d21fa182d15ee3762f37 (patch) | |
tree | 5fcda73d5765ebd879076f165829d746180c2fd9 /doc/src/porting/porting4.qdoc | |
parent | 01245bcabf97dfdfdd23a2ec075b8de3e78bdeb2 (diff) | |
download | Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.zip Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.gz Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'doc/src/porting/porting4.qdoc')
-rw-r--r-- | doc/src/porting/porting4.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/porting/porting4.qdoc b/doc/src/porting/porting4.qdoc index d494b0c..68e6119 100644 --- a/doc/src/porting/porting4.qdoc +++ b/doc/src/porting/porting4.qdoc @@ -3201,8 +3201,8 @@ The \c QShared class has been obsoleted by the more powerful QSharedData and QSharedDataPointer as a means of creating custom - implicitly shared classes. It has been renamed Q3Shared moved to - the Qt3Support library. + implicitly shared classes. It has been renamed Q3Shared and moved + to the Qt3Support library. An easy way of porting to Qt 4 is to include this class into your project and to use it instead of \c QShared: @@ -3226,7 +3226,7 @@ \section1 QSimpleRichText QSimpleRichText has been obsoleted by QTextDocument. It has - bene renamed Q3SimpleRichText and moved to the Qt3Support + been renamed Q3SimpleRichText and moved to the Qt3Support library. Previously, you would do the following with Q3SimpleRichText: |