From 38d8d91e11c191f89429f4a3da8c1ada84b2a885 Mon Sep 17 00:00:00 2001 From: umopapisdn Date: Mon, 24 Mar 2003 10:10:47 +0000 Subject: *** empty log message *** --- diff --git a/core/pim/datebook/datebook.cpp b/core/pim/datebook/datebook.cpp index 47be523..3e18374 100644 --- a/core/pim/datebook/datebook.cpp +++ b/core/pim/datebook/datebook.cpp @@ -597,10 +597,10 @@ void DateBook::initWeekLst() { this, SLOT( showDay( int, int, int ) ) ); connect( weekLstView, SIGNAL( addEvent( const QDateTime &, const QDateTime &, - const QString & ) ), + const QString & , const QString &) ), this, SLOT( slotNewEntry( const QDateTime &, const QDateTime &, - const QString & ) ) ); + const QString & , const QString &) ) ); connect( this, SIGNAL( newEvent() ), weekLstView, SLOT( redraw() ) ); connect( weekLstView, SIGNAL( editEvent( const Event & ) ), -- cgit v0.9.0.2