24 #include "contacteditorwidget.h"
28 ContactEditorWidget::ContactEditorWidget( TDEABC::AddressBook *ab,
29 TQWidget *parent, const char *name )
30 : TQWidget( parent, name ), mAddressBook( ab ), mModified( false )
34 ContactEditorWidget::~ContactEditorWidget()
38 TDEABC::AddressBook *ContactEditorWidget::addressBook() const
43 bool ContactEditorWidget::modified() const
48 void ContactEditorWidget::setModified()
53 void ContactEditorWidget::setModified( bool modified )
60 #include "contacteditorwidget.moc"
|