diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-09 22:25:47 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-09 22:25:47 -0500 |
| commit | eaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch) | |
| tree | 4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp | |
| parent | 79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff) | |
| download | experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip | |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp')
| -rw-r--r-- | tqtinterface/qt4/src/kernel/tqsimplerichtext.cpp | 6 |
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. |
