diff options
Diffstat (limited to 'korganizer/kocounterdialog.h')
-rw-r--r-- | korganizer/kocounterdialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korganizer/kocounterdialog.h b/korganizer/kocounterdialog.h index cedb9dabb..64757e987 100644 --- a/korganizer/kocounterdialog.h +++ b/korganizer/kocounterdialog.h @@ -27,8 +27,7 @@ #include <kdialogbase.h> namespace KCal { -class Event; -class Todo; +class Calendar; } using namespace KCal; @@ -41,7 +40,7 @@ class KOCounterDialog : public KDialogBase { Q_OBJECT public: - KOCounterDialog(TQWidget *parent = 0, const char *name = 0 ); + KOCounterDialog(Calendar *calendar, TQWidget *parent = 0, const char *name = 0 ); virtual ~KOCounterDialog(); void setIncidence( Incidence *incidence ); |