aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim3/files/patch-kmailcvt-filter_pmail.hxx
blob: ac1e772c28ea0c8d05509798f769b0e192bb2a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: filter_pmail.hxx
===================================================================
--- kmailcvt/filter_pmail.hxx	(revision 427509)
+++ kmailcvt/filter_pmail.hxx	(working copy)
@@ -50,8 +50,12 @@
     QDir dir;
     /**  pointer to the info */
     FilterInfo * inf;
-    /** QStringList with the foldernames, First String contains the ID, the second the folder */
-    QValueList<QString[5]> folderMatrix;
+
+    /** Folder structure here has 5 entries. */
+    typedef FolderStructureBase<5> FolderStructure;
+    /** List with the foldernames, First String contains the ID, the second the folder. Rest have no semantics at all but are essential anyway. */
+    QValueList<FolderStructure> folderMatrix;
+    typedef QValueList<FolderStructure>::Iterator FolderStructureIterator;
     
     bool folderParsed;