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