summaryrefslogtreecommitdiffstats
path: root/kmailcvt/filter_pmail.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/filter_pmail.hxx')
-rw-r--r--kmailcvt/filter_pmail.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/filter_pmail.hxx b/kmailcvt/filter_pmail.hxx
index d3ac1e60..86f08ce6 100644
--- a/kmailcvt/filter_pmail.hxx
+++ b/kmailcvt/filter_pmail.hxx
@@ -53,11 +53,11 @@ private:
/** Folder structure here has 5 entries. */
typedef FolderStructureBase<5> FolderStructure;
- /** List with the folder matrix, which tqcontains following strings:
+ /** List with the folder matrix, which contains following strings:
1. type (2 for root-folder, 1 for folder, 0 for mailarchiv)
2. type (1 for root-folder, 3 for folder, 0 for mailarchiv)
3. "ID:flag:filename" of folder/archiv
- 4. "ID:name" of parent folder
+ 4. "ID:name" of tqparent folder
5. name of folder/archiv
*/
TQValueList<FolderStructure> folderMatrix;