From kde-commits Wed Apr 30 23:03:19 2008 From: Thomas McGuire Date: Wed, 30 Apr 2008 23:03:19 +0000 To: kde-commits Subject: KDE/kdepim/libkdepim Message-Id: <1209596599.717306.19775.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120959660404460 SVN commit 802877 by tmcguire: deprecated-- M +1 -1 dictionarycombobox.cpp --- trunk/KDE/kdepim/libkdepim/dictionarycombobox.cpp #802876:802877 @@ -135,7 +135,7 @@ { mspeller = new Sonnet::Speller(); mDictionaries = mspeller->availableLanguageNames(); - insertStringList(mDictionaries); + insertItems( 0, mDictionaries ); mDefaultDictionary = currentIndex(); }