src/guiutilities.cpp

changeset 1157
1d6d244bdabd
parent 1145
02264bf0108d
child 1192
317f4ce38f3f
child 1252
db1d4917626f
--- 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);

mercurial