/**************************************************************************** ** Form interface generated from reading ui file 'select_addressee_base.ui' ** ** Created: Fri Feb 6 04:58:14 2004 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef SELECTADDRESSEE_H #define SELECTADDRESSEE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QListView; class QListViewItem; class SelectAddressee : public QDialog { Q_OBJECT public: SelectAddressee( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~SelectAddressee(); QListView* contactList; protected: QVBoxLayout* SelectAddresseeLayout; }; #endif // SELECTADDRESSEE_H