diff options
Diffstat (limited to 'deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp')
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp b/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp deleted file mode 100644 index 8dc3bc4e9d86..000000000000 --- a/deskutils/kdepimlibs4/files/patch-kcal__vcalformat.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- kcal/vcalformat.cpp.orig 2012-11-23 17:05:03.000000000 +0800 -+++ kcal/vcalformat.cpp 2012-11-23 17:05:32.000000000 +0800 -@@ -1029,8 +1029,7 @@ - if ( ( vo = isAPropertyOf( vevent, VCRRuleProp ) ) != 0 ) { - QString tmpStr = ( s = fakeCString( vObjectUStringZValue( vo ) ) ); - deleteStr( s ); -- tmpStr.simplified(); -- tmpStr = tmpStr.toUpper(); -+ tmpStr = tmpStr.simplified().toUpper(); - - // first, read the type of the recurrence - int typelen = 1; |