--- a/src/configDialog.cpp Wed Oct 16 16:40:42 2013 +0300 +++ b/src/configDialog.cpp Wed Oct 16 16:47:40 2013 +0300 @@ -514,7 +514,7 @@ // ============================================================================= // Finds the given list widget item in the list of widget items given. // ----------------------------------------------------------------------------- -int ConfigDialog::getItemRow (QListWidgetItem* item, List<QListWidgetItem*>& haystack) +int ConfigDialog::getItemRow (QListWidgetItem* item, QList<QListWidgetItem*>& haystack) { int i = 0; for (QListWidgetItem * it : haystack)