diff options
Diffstat (limited to 'src/gui/widgets/tabs/tab.cpp')
-rw-r--r-- | src/gui/widgets/tabs/tab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/tab.cpp b/src/gui/widgets/tabs/tab.cpp index 9dc6c4068..a1fe1607f 100644 --- a/src/gui/widgets/tabs/tab.cpp +++ b/src/gui/widgets/tabs/tab.cpp @@ -169,7 +169,7 @@ void Tab::init() tabImg[mode] = theme->load(data[mode], "tab.xml", true, - theme->getThemePath()); + Theme::getThemePath()); } } updateAlpha(); |