From ad4ecbb0cbf79f37140041eb9a14e71e6fd393f1 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 21 Mar 2005 12:34:49 +0000 Subject: fixes --- (limited to 'korganizer') diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp index 19cc0e3..5ee433a 100644 --- a/korganizer/koagendaitem.cpp +++ b/korganizer/koagendaitem.cpp @@ -155,7 +155,7 @@ void KOAgendaItem::init ( Incidence *incidence, QDate qd ) KOAgendaItem::~KOAgendaItem() { // qDebug("deleteKOAgendaItem::~KOAgendaItem( "); - delete mKOAgendaItemWhatsThis; + // delete mKOAgendaItemWhatsThis; } void KOAgendaItem::recreateIncidence() diff --git a/korganizer/kodaymatrix.cpp b/korganizer/kodaymatrix.cpp index 9c1f5f3..582b2ef 100644 --- a/korganizer/kodaymatrix.cpp +++ b/korganizer/kodaymatrix.cpp @@ -180,7 +180,6 @@ QString KODayMatrix::getWhatsThisText( QPoint p ) time = KGlobal::locale()->formatTime(event->dtEnd().time())+" "; } - qDebug("event->isMultiDay() %s", event->summary().latin1() ); text = time + event->summary(); mToolTipText += prefix + text; } else { @@ -210,7 +209,6 @@ QString KODayMatrix::getWhatsThisText( QPoint p ) mToolTip.append( mToolTipText ); } mToolTip.sort(); - qDebug("%s ", mToolTip.join("
").latin1()); return ""+KGlobal::locale()->formatDate(days[tmp]) + "
" + mToolTip.join("
"); } void KODayMatrix::setCalendar( Calendar *cal ) diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index 2b01c23..e008625 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp @@ -550,7 +550,7 @@ KOTodoView::KOTodoView(Calendar *calendar,QWidget* parent,const char* name) : KOTodoView::~KOTodoView() { - delete mKOTodoViewWhatsThis; + // delete mKOTodoViewWhatsThis; delete mDocPrefs; } QString KOTodoView::getWhatsThisText(QPoint p) -- cgit v0.9.0.2