24 #ifndef SUMMARYWIDGET_H
25 #define SUMMARYWIDGET_H
30 #include <tqptrlist.h>
33 #include <libkcal/resourcelocal.h>
49 KNotesSummaryWidget(
Kontact::Plugin *plugin, TQWidget *parent,
const char *name = 0 );
51 void updateSummary(
bool force =
false ) { Q_UNUSED( force ); updateView(); }
54 virtual bool eventFilter( TQObject *obj, TQEvent* e );
57 void urlClicked(
const TQString& );
64 KCal::Journal::List mNotes;
66 TQGridLayout *mLayout;
68 TQPtrList<TQLabel> mLabels;
Summary widget for display in the Summary View plugin.
Base class for all Plugins in Kontact.
virtual void updateSummary(bool force=false)
This is called if the displayed information should be updated.