summaryrefslogtreecommitdiff
path: root/deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp')
-rw-r--r--deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp b/deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp
deleted file mode 100644
index 5758034efa46..000000000000
--- a/deskutils/kdepim-kde4/files/patch-korganizer_kodaymatrix.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- korganizer/kodaymatrix.cpp.orig 2018-08-30 09:44:00 UTC
-+++ korganizer/kodaymatrix.cpp
-@@ -862,7 +862,7 @@ void KODayMatrix::paintEvent( QPaintEven
- p.setPen( actcol );
- }
- // reset bold font to plain font
-- if ( mEvents.contains( mDays[i] ) > 0 ) {
-+ if ( mEvents.contains( mDays[i] ) ) {
- QFont myFont = font();
- myFont.setBold( false );
- p.setFont( myFont );