-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 | |||
@@ -53,7 +53,7 @@ ContactEditor::ContactEditor( const Contact &entry, | |||
53 | const QValueList<int> *newOrderedValues, | 53 | const QValueList<int> *newOrderedValues, |
54 | QStringList *slNewOrdered, | 54 | QStringList *slNewOrdered, |
55 | QWidget *parent = 0, | 55 | QWidget *parent, |
56 | const char *name = 0, | 56 | const char *name, |
57 | WFlags fl = 0 ) | 57 | WFlags fl ) |
58 | : QDialog( parent, name, TRUE, fl ), | 58 | : QDialog( parent, name, TRUE, fl ), |
59 | orderedValues( newOrderedValues ), | 59 | orderedValues( newOrderedValues ), |
@@ -1126,4 +1126,5 @@ QString ContactEditor::parseName( const QString fullName, int type ) { | |||
1126 | 1126 | ||
1127 | } | 1127 | } |
1128 | return QString::null; | ||
1128 | } | 1129 | } |
1129 | 1130 | ||