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