src/configDialog.cpp

changeset 504
6a1fa662bfc1
parent 503
bebe09014dd6
child 517
2b5adb45aaa5
--- 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)

mercurial