aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim3/files/patch-kmailcvt-filter_oe.hxx
blob: 4abb9299b210cd0ef9919c913bcb99d265ce1040 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: filter_oe.hxx
===================================================================
--- kmailcvt/filter_oe.hxx	(revision 427509)
+++ kmailcvt/filter_oe.hxx	(working copy)
@@ -63,8 +63,12 @@
     bool parsedFolder;
     /** true if the current parsing file is the folder file */
     bool currentIsFolderFile;
+
+    /** Folder structure here has 4 entries. */
+    typedef FolderStructureBase<4> FolderStructure;
     /** matrix with information about the folder structure*/
-    QValueList<QString[4]> folderStructure;
+    QValueList<FolderStructure> folderStructure;
+    typedef QValueList<FolderStructure>::Iterator FolderStructureIterator;
 
     /** name of the current folder */
     QString folderName;