-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index adea1a1..e74da87 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp @@ -54,5 +54,5 @@ ContactEditor::ContactEditor( const Contact &entry, QStringList *slNewOrdered, - QWidget *parent = 0, - const char *name = 0, - WFlags fl = 0 ) + QWidget *parent, + const char *name, + WFlags fl ) : QDialog( parent, name, TRUE, fl ), @@ -1127,2 +1127,3 @@ QString ContactEditor::parseName( const QString fullName, int type ) { } + return QString::null; } |