From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- mimelib/doc/mediatyp.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mimelib/doc/mediatyp.html') diff --git a/mimelib/doc/mediatyp.html b/mimelib/doc/mediatyp.html index 83e5c127a..e603a2699 100644 --- a/mimelib/doc/mediatyp.html +++ b/mimelib/doc/mediatyp.html @@ -84,7 +84,7 @@ type model.

DwMediaType has member functions that allow you to set or get the type and subtype as either enumerated values or as strings. It also -tqcontains a list of +contains a list of DwParameter objects that represent the parameters of the field body. You can use convenience functions to directly access the boundary parameter of a multipart media type, or to access the @@ -107,15 +107,15 @@ DwMediaType(const DwString& aStr, DwMessageComponent* aParent=0)

The first constructor is the default constructor, which sets the DwMediaType object's string representation to the empty string -and sets its parent to NULL. +and sets its tqparent to NULL.

The second constructor is the copy constructor, which performs deep copy -of aMediaType. The parent of the new +of aMediaType. The tqparent of the new DwMediaType object is set to NULL.

The third constructor copies aStr to the DwMediaType object's string representation and sets -aParent as its parent. The virtual member function +aParent as its tqparent. The virtual member function Parse() should be called immediately after this constructor in order to parse the string representation. Unless it is NULL, aParent should point to an object of @@ -125,7 +125,7 @@ a class derived from DwField. (const DwMediaType& aMediaType)

This is the assignment operator, which performs a deep copy of -aMediaType. The parent node of the +aMediaType. The tqparent node of the DwMediaType object is not changed.

virtual void Parse() @@ -144,7 +144,7 @@ This virtual function, inherited from DwMessageComponent, executes the assemble method for DwMediaType objects. It should be called whenever one of the object's attributes is changed in order to assemble the string representation from its broken-down representation. -It will be called automatically for this object by the parent object's +It will be called automatically for this object by the tqparent object's Assemble() member function if the is-modified flag is set.

This function clears the is-modified flag. -- cgit v1.2.1