summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp')
-rw-r--r--tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp b/tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp
index 4721fd8..dd4ec7b 100644
--- a/tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp
+++ b/tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp
@@ -550,7 +550,7 @@ void TQSimpleRichTextData::adjustSize(TQPainter *p) {
\endcode
\a context is the optional context of the rich text object. This
- becomes important if \a text tqcontains relative references, for
+ becomes important if \a text contains relative references, for
example within image tags. TQSimpleRichText always uses the default
mime source factory (see \l{TQMimeSourceFactory::defaultFactory()})
to resolve those references. The context will then be used to
@@ -590,7 +590,7 @@ TQSimpleRichText::TQSimpleRichText( const TQString& text, const TQFont& fnt,
as TQColorGroup's TQColorGroup::link() color is used now.
\a context is the optional context of the rich text object. This
- becomes important if \a text tqcontains relative references, for
+ becomes important if \a text contains relative references, for
example within image tags. TQSimpleRichText always uses the default
mime source factory (see \l{TQMimeSourceFactory::defaultFactory()})
to resolve those references. The context will then be used to
@@ -698,7 +698,7 @@ int TQSimpleRichText::width() const
Returns the width in pixels that is actually used by the rich text
object. This can be smaller or wider than the set width.
- It may be wider, for example, if the text tqcontains images or
+ It may be wider, for example, if the text contains images or
non-breakable words that are already wider than the available
space. It's smaller when the object only consists of lines that do
not fill the width completely.