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