25 #ifndef KCMKONTACTSUMMARY_H 26 #define KCMKONTACTSUMMARY_H 28 #include <tdecmodule.h> 29 #include <tdelistview.h> 33 class PluginView : public TDEListView 39 PluginView( TQWidget *parent, const char *name = 0 ); 43 class KCMKontactSummary : public TDECModule 49 KCMKontactSummary( TQWidget *parent = 0, const char *name = 0 ); 53 virtual void defaults(); 56 void itemClicked( TQListViewItem* ); 59 PluginView *mPluginView; 61 KPluginInfo::List mPluginList;
|