author | zautrix <zautrix> | 2005-08-10 12:07:33 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-10 12:07:33 (UTC) |
commit | a238b7709a6abcf39dc5f79c26270d04bf18f00c (patch) (unidiff) | |
tree | 7e87a8bcdfbc65f1e7fbfe1690a5f2ac36f69815 /kaddressbook/addresseeeditorwidget.h | |
parent | 722a463b47ba8fe2dbf52329fec27af4125d530b (diff) | |
download | kdepimpi-a238b7709a6abcf39dc5f79c26270d04bf18f00c.zip kdepimpi-a238b7709a6abcf39dc5f79c26270d04bf18f00c.tar.gz kdepimpi-a238b7709a6abcf39dc5f79c26270d04bf18f00c.tar.bz2 |
fixx
Diffstat (limited to 'kaddressbook/addresseeeditorwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kaddressbook/addresseeeditorwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kaddressbook/addresseeeditorwidget.h b/kaddressbook/addresseeeditorwidget.h index 995f30e..eaf5b16 100644 --- a/kaddressbook/addresseeeditorwidget.h +++ b/kaddressbook/addresseeeditorwidget.h | |||
@@ -89,6 +89,8 @@ class AddresseeEditorWidget : public ExtensionWidget | |||
89 | QString identifier() const; | 89 | QString identifier() const; |
90 | 90 | ||
91 | protected slots: | 91 | protected slots: |
92 | void setRole2FN(); | ||
93 | void setCompany2FN(); | ||
92 | void textChanged( const QString& ); | 94 | void textChanged( const QString& ); |
93 | void pageChanged( QWidget *wdg ); | 95 | void pageChanged( QWidget *wdg ); |
94 | 96 | ||