diff --git a/korganizer/koeditorattachments.cpp b/korganizer/koeditorattachments.cpp index 4560d34f8..48b9acddf 100644 --- a/korganizer/koeditorattachments.cpp +++ b/korganizer/koeditorattachments.cpp @@ -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();