24 #ifndef SUMMARYWIDGET_H
25 #define SUMMARYWIDGET_H
31 #include <dcopobject.h>
32 #include <kurllabel.h>
33 #include <kparts/part.h>
48 SummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 );
54 void slotUnreadCountChanged();
57 virtual bool eventFilter( TQObject *obj, TQEvent* e );
63 void selectFolder( const TQString& );
66 void updateFolderList( const TQStringList& folders );
68 TQPtrList<TQLabel> mLabels;
69 TQGridLayout *mLayout;
71 int mTimeOfLastMessageCountUpdate;
|