Fix FTBFS with GCC7

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 4767f333ca)
r14.0.x
François Andriot 7 years ago committed by Slávek Banko
parent c2cfb98894
commit ecde0bac61

@ -79,7 +79,7 @@ class AttachmentListItem : public TDEIconViewItem
if ( att ) {
mAttachment = new KCal::Attachment( *att );
} else {
mAttachment = new KCal::Attachment( '\0' ); //use the non-uri constructor
mAttachment = new KCal::Attachment( TQChar('\0') ); //use the non-uri constructor
//as we want inline by default
}
readAttachment();

Loading…
Cancel
Save