diff -r 710ffaae7d59 -r c92668840ea8 QTfrontend/ui/widget/mapContainer.cpp --- a/QTfrontend/ui/widget/mapContainer.cpp Mon Mar 03 22:36:30 2014 +0400 +++ b/QTfrontend/ui/widget/mapContainer.cpp Tue Mar 04 00:40:23 2014 +0400 @@ -615,7 +615,7 @@ if (pMap) { - disconnect(pMap, 0, this, SLOT(setImage(const QImage))); + disconnect(pMap, 0, this, SLOT(setImage(const QPixmap))); disconnect(pMap, 0, this, SLOT(setHHLimit(int))); pMap = 0; }