aboutsummaryrefslogtreecommitdiff
path: root/src/ui/shadedvisual.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/shadedvisual.cpp')
-rw-r--r--src/ui/shadedvisual.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/shadedvisual.cpp b/src/ui/shadedvisual.cpp
index 2c9d0f3fa..f7380da52 100644
--- a/src/ui/shadedvisual.cpp
+++ b/src/ui/shadedvisual.cpp
@@ -32,7 +32,7 @@ ShadedVisual::ShadedVisual(QWidget *parent)
{
setFixedSize(38,5);
m_pixmap = QPixmap (38,5);
- m_skin = Skin::getPointer();
+ m_skin = Skin::instance();
m_timer = new QTimer(this);
connect(m_timer, SIGNAL (timeout()), this, SLOT (timeout()));
connect(m_skin, SIGNAL(skinChanged()), this, SLOT(updateSkin()));