24#ifndef KOCOUNTERDIALOG_H
25#define KOCOUNTERDIALOG_H
27#include <kdialogbase.h>
39class KOCounterDialog : public KDialogBase
44 KOCounterDialog( Calendar *calendar, TQWidget *parent = 0, const char *name = 0 );
45 virtual ~KOCounterDialog();
47 void setIncidence( Incidence *incidence );
48 void addIncidence( Incidence *incidence );
49 void addText( const TQString &text );
Viewer widget for events.
|