summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r--src/gui/widgets/checkbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp
index 81daf7cad..f61287b4f 100644
--- a/src/gui/widgets/checkbox.cpp
+++ b/src/gui/widgets/checkbox.cpp
@@ -120,7 +120,7 @@ CheckBox::CheckBox(const Widget2 *const widget,
mSkin = theme->load("checkbox.xml",
"",
true,
- theme->getThemePath());
+ Theme::getThemePath());
updateAlpha();
}
}