summaryrefslogtreecommitdiffstats
path: root/korganizer/kocounterdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kocounterdialog.cpp')
-rw-r--r--korganizer/kocounterdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kocounterdialog.cpp b/korganizer/kocounterdialog.cpp
index bf3f736ff..a8a581d06 100644
--- a/korganizer/kocounterdialog.cpp
+++ b/korganizer/kocounterdialog.cpp
@@ -32,11 +32,11 @@
#include "kocounterdialog.h"
#include "kocounterdialog.moc"
-KOCounterDialog::KOCounterDialog( TQWidget *parent, const char *name )
+KOCounterDialog::KOCounterDialog( Calendar *calendar, TQWidget *parent, const char *name )
: KDialogBase( parent, name, false, i18n("Counter-Event Viewer"),
User1 | User2, User1, false, i18n("Decline"), i18n("Accept") )
{
- mEventViewer = new KOEventViewer( this );
+ mEventViewer = new KOEventViewer( calendar, this );
setMainWidget( mEventViewer );
connect( this, TQT_SIGNAL( user1Clicked() ), TQT_SLOT( slotCancel() ) );