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(); }