From ecc137abe40edc93062c8a62168fa7d1cf5dcc63 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Nov 2009 18:23:26 +0000 Subject: added possibility to disable skin cursors git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1350 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/button.cpp') diff --git a/src/ui/button.cpp b/src/ui/button.cpp index e06ce823f..742cf0907 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -31,7 +31,7 @@ Button::Button (QWidget *parent, uint normal, uint pressed, uint cursor) name_normal = normal; name_pressed = pressed; name_cursor = cursor; - skin = Skin::getPointer(); + skin = Skin::instance(); setON (FALSE); setCursor (skin->getCursor (name_cursor)); connect (skin, SIGNAL (skinChanged()), this, SLOT (updateSkin())); -- cgit v1.2.3-13-gbd6f