23#ifndef KPIM_DISTRIBUTIONLISTPICKER_H
24#define KPIM_DISTRIBUTIONLISTPICKER_H
26#include <kdialogbase.h>
38class DistributionListPickerDialog : public KDialogBase
43 explicit DistributionListPickerDialog( TDEABC::AddressBook* book, TQWidget* parent = 0 );
44 TQString selectedDistributionList() const;
46 void setLabelText( const TQString& text );
59 void entrySelected( const TQString& name );
62 TDEABC::AddressBook* m_book;
64 TDEListBox* m_listBox;
65 TQString m_selectedDistributionList;
|