author | umopapisdn <umopapisdn> | 2003-03-24 10:10:47 (UTC) |
---|---|---|
committer | umopapisdn <umopapisdn> | 2003-03-24 10:10:47 (UTC) |
commit | 38d8d91e11c191f89429f4a3da8c1ada84b2a885 (patch) (unidiff) | |
tree | 13d58b8748b10903f5ac0194beaaedf8db23b570 | |
parent | 4ddc90a51f8a4d248ece9a86d01ef636fe8c95e2 (diff) | |
download | opie-38d8d91e11c191f89429f4a3da8c1ada84b2a885.zip opie-38d8d91e11c191f89429f4a3da8c1ada84b2a885.tar.gz opie-38d8d91e11c191f89429f4a3da8c1ada84b2a885.tar.bz2 |
*** empty log message ***
-rw-r--r-- | core/pim/datebook/datebook.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
@@ -598,8 +598,8 @@ void DateBook::initWeekLst() { | |||
598 | connect( weekLstView, SIGNAL( addEvent( const QDateTime &, | 598 | connect( weekLstView, SIGNAL( addEvent( const QDateTime &, |
599 | const QDateTime &, | 599 | const QDateTime &, |
600 | const QString & ) ), | 600 | const QString & , const QString &) ), |
601 | this, SLOT( slotNewEntry( const QDateTime &, | 601 | this, SLOT( slotNewEntry( const QDateTime &, |
602 | const QDateTime &, | 602 | const QDateTime &, |
603 | const QString & ) ) ); | 603 | const QString & , const QString &) ) ); |
604 | connect( this, SIGNAL( newEvent() ), | 604 | connect( this, SIGNAL( newEvent() ), |
605 | weekLstView, SLOT( redraw() ) ); | 605 | weekLstView, SLOT( redraw() ) ); |