aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktheme_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquicktheme_p.h')
-rw-r--r--src/quicktemplates2/qquicktheme_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquicktheme_p.h b/src/quicktemplates2/qquicktheme_p.h
index 47f9a166..44610c09 100644
--- a/src/quicktemplates2/qquicktheme_p.h
+++ b/src/quicktemplates2/qquicktheme_p.h
@@ -87,8 +87,8 @@ public:
Tumbler
};
- static QFont themeFont(Scope scope);
- static QPalette themePalette(Scope scope);
+ static QFont font(Scope scope);
+ static QPalette palette(Scope scope);
protected:
void setFont(Scope scope, const QFont &font);