aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx')
-rw-r--r--deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx b/deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx
new file mode 100644
index 000000000000..ac1e772c28ea
--- /dev/null
+++ b/deskutils/kdepim44/files/patch-kmailcvt-filter_pmail.hxx
@@ -0,0 +1,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;
+ \ No newline at end of file