From f42be074a992745d6359dc62afb8a99a2e6eeee9 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Mon, 25 Aug 2008 12:13:38 +0000 Subject: [PATCH] Clean up the warnings and deprecated calls introduced with revision 843181. CCMAIL: mcguire@kde.org svn path=/branches/kdepim/enterprise4/kdepim/; revision=852143 --- recipientspicker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipientspicker.cpp b/recipientspicker.cpp index 4cc74d189..33069ba54 100644 --- a/recipientspicker.cpp +++ b/recipientspicker.cpp @@ -819,7 +819,7 @@ void RecipientsPicker::slotSearchLDAP() void RecipientsPicker::ldapSearchResult() { - QStringList emails = QStringList::split(',', mLdapSearchDialog->selectedEMails() ); + QStringList emails = mLdapSearchDialog->selectedEMails().split(','); QStringList::iterator it( emails.begin() ); QStringList::iterator end( emails.end() ); for ( ; it != end; ++it ){