--- a/src/guiutilities.cpp Thu Feb 23 19:56:21 2017 +0200 +++ b/src/guiutilities.cpp Thu Feb 23 20:03:31 2017 +0200 @@ -51,7 +51,7 @@ painter.fillRect(QRect {0, 0, size, size}, ldColor.edgeColor()); // Paint the checkerboard background, visible with translucent icons - painter.drawPixmap(QRect {1, 1, size - 2, size - 2}, GetIcon("checkerboard"), QRect {0, 0, 8, 8}); + painter.drawPixmap(QRect {1, 1, size - 2, size - 2}, MainWindow::getIcon("checkerboard"), QRect {0, 0, 8, 8}); // Paint the color above the checkerboard painter.fillRect (QRect {1, 1, size - 2, size - 2}, color);