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