21 #ifndef KONTACT_SUMMARY_H
22 #define KONTACT_SUMMARY_H
26 #include <tdepimmacros.h>
36 class KDE_EXPORT Summary : public TQWidget
42 Summary( TQWidget *parent, const char *name = 0 );
56 TQWidget *createHeader( TQWidget* parent, const TQPixmap &icon,
57 const TQString& heading );
67 virtual void configChanged() {}
76 void message( const TQString &message );
77 void summaryWidgetDropped( TQWidget *target, TQWidget *widget, int alignment );
80 virtual void mousePressEvent( TQMouseEvent* );
81 virtual void mouseMoveEvent( TQMouseEvent* );
82 virtual void dragEnterEvent( TQDragEnterEvent* );
83 virtual void dropEvent( TQDropEvent* );
86 KStatusBar *mStatusBar;
87 TQPoint mDragStartPoint;
|