aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-02 18:23:26 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-11-02 18:23:26 +0000
commitecc137abe40edc93062c8a62168fa7d1cf5dcc63 (patch)
treef21654e8c129533e1e26590a2f698a23c72bf8df /src/ui/textscroller.cpp
parent335948cfb54b7654ccd4157390da6b2b675d7ea9 (diff)
downloadqmmp-ecc137abe40edc93062c8a62168fa7d1cf5dcc63.tar.gz
qmmp-ecc137abe40edc93062c8a62168fa7d1cf5dcc63.tar.bz2
qmmp-ecc137abe40edc93062c8a62168fa7d1cf5dcc63.zip
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
Diffstat (limited to 'src/ui/textscroller.cpp')
-rw-r--r--src/ui/textscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index 5ab6ae601..266ddc3a9 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -43,7 +43,7 @@ TextScroller::TextScroller ( QWidget *parent )
: QWidget ( parent )
{
pointer = this;
- m_skin = Skin::getPointer();
+ m_skin = Skin::instance();
m_pixmap = QPixmap ( 150,15 );
resize(150,15);
x = 0;