diff -r 6e4b586aa88a -r 25e634a7e1dc mapeditor.h --- a/mapeditor.h Wed Jun 03 20:37:17 2009 +0000 +++ b/mapeditor.h Mon Jun 08 11:36:56 2009 +0000 @@ -132,7 +132,7 @@ QColor selectionColor; public slots: - void updateSelection(const QItemSelection &,const QItemSelection &); // update selection + void updateSelection(QItemSelection ,QItemSelection); // update selection void updateData (const QModelIndex&); // update data public: void setSelectionColor (QColor c);