summaryrefslogtreecommitdiffstats
path: root/kmail/partNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/partNode.h')
-rw-r--r--kmail/partNode.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kmail/partNode.h b/kmail/partNode.h
index 6459a0a6..babd9a1b 100644
--- a/kmail/partNode.h
+++ b/kmail/partNode.h
@@ -19,11 +19,11 @@
In addition, as a special exception, the copyright holders give
permission to link the code of this program with any edition of
- the Qt library by Trolltech AS, Norway (or with modified versions
- of Qt that use the same license as Qt), and distribute linked
+ the TQt library by Trolltech AS, Norway (or with modified versions
+ of TQt that use the same license as TQt), and distribute linked
combinations including the two. You must obey the GNU General
Public License in all respects for all of the code used other than
- Qt. If you modify this file, you may extend this exception to
+ TQt. If you modify this file, you may extend this exception to
your version of the file, but you are not obligated to do so. If
you do not wish to do so, delete this exception statement from
your version.
@@ -60,7 +60,7 @@ class KMReaderWin;
===========================================================================
- N O T E : The partNode structure will most likely be tqreplaced by KMime.
+ N O T E : The partNode structure will most likely be replaced by KMime.
It's purpose: Speed optimization for KDE 3. (khz, 28.11.01)
===========================================================================
*/
@@ -150,10 +150,10 @@ public:
return mEncryptionState;
}
- // look at the encryption states of all children and return result
+ // look at the encryption states of all tqchildren and return result
KMMsgEncryptionState overallEncryptionState() const ;
- // look at the signature states of all children and return result
+ // look at the signature states of all tqchildren and return result
KMMsgSignatureState overallSignatureState() const ;
void setSignatureState( KMMsgSignatureState state ) {
@@ -179,11 +179,11 @@ public:
partNode* findNodeForDwPart( DwBodyPart* part );
- void fillMimePartTree( KMMimePartTreeItem* parentItem,
+ void fillMimePartTree( KMMimePartTreeItem* tqparentItem,
KMMimePartTree* mimePartTree,
- TQString labelDescr = TQString::null,
- TQString labelCntType = TQString::null,
- TQString labelEncoding = TQString::null,
+ TQString labelDescr = TQString(),
+ TQString labelCntType = TQString(),
+ TQString labelEncoding = TQString(),
KIO::filesize_t size=0,
bool revertOrder = false );
@@ -248,7 +248,7 @@ public:
const TQString& trueFromAddress() const;
const partNode * topLevelParent() const;
- partNode * parentNode() const { return mRoot; }
+ partNode * tqparentNode() const { return mRoot; }
partNode * nextSibling() const { return mNext; }
partNode * firstChild() const { return mChild; }
partNode * next( bool allowChildren=true ) const;