KABC::DistributionListDialog Class Reference
Frontend to create distribution lists. More...
#include <distributionlistdialog.h>
Inheritance diagram for KABC::DistributionListDialog:


| Public Member Functions | |
| DistributionListDialog (AddressBook *ab, QWidget *parent) | |
| virtual | ~DistributionListDialog () | 
Detailed Description
Frontend to create distribution lists.Creating a new DistributionListDialog does automatically load all addressees and distribution lists from the config files. The changes will be saved when clicking the 'OK' button.
Example:
KABC::DistributionListDialog *dlg = new KABC::DistributionListDialog( KABC::StdAddressBook::self(), this ); dlg->exec();
Definition at line 55 of file distributionlistdialog.h.
Constructor & Destructor Documentation
| 
 | ||||||||||||
| Constructor. 
 
 Definition at line 43 of file distributionlistdialog.cpp. References KDialogBase::okClicked(), and KDialogBase::setMainWidget(). | 
| 
 | 
| Destructor. 
 Definition at line 52 of file distributionlistdialog.cpp. | 
The documentation for this class was generated from the following files:

