diff options
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r-- | src/gui/widgets/label.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 6fb3ae39e..6c05aa8b6 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -135,7 +135,7 @@ void Label::init() mSkin = theme->load("label.xml", "", true, - theme->getThemePath()); + Theme::getThemePath()); } } mInstances ++; |