54class KABC_EXPORT DistributionListEditor :
public TQWidget
58 DistributionListEditor(
AddressBook *, TQWidget *parent );
59 virtual ~DistributionListEditor();
67 void updateEntryView();
68 void updateAddresseeView();
69 void updateNameCombo();
70 void slotSelectionEntryViewChanged();
71 void slotSelectionAddresseeViewChanged();
74 TQComboBox *mNameCombo;
75 TQListView *mEntryView;
76 TQListView *mAddresseeView;
80 TQPushButton *newButton, *removeButton;
81 TQPushButton *changeEmailButton,*removeEntryButton,*addEntryButton;