diff options
Diffstat (limited to 'src/ui/textscroller.cpp')
| -rw-r--r-- | src/ui/textscroller.cpp | 2 |
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; |
