summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme/thememanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/theme/thememanager_p.h')
-rw-r--r--src/datavisualization/theme/thememanager_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/theme/thememanager_p.h b/src/datavisualization/theme/thememanager_p.h
index 33277105..4a394a4a 100644
--- a/src/datavisualization/theme/thememanager_p.h
+++ b/src/datavisualization/theme/thememanager_p.h
@@ -47,7 +47,7 @@ public:
protected:
void connectThemeSignals();
- void useTheme(QDataVis::Theme type);
+ void useTheme(Q3DTheme::Theme type);
void setBaseColor(const QColor &color);
void setBackgroundColor(const QColor &color);
void setWindowColor(const QColor &color);
@@ -68,7 +68,7 @@ protected:
void setBackgroundEnabled(bool enabled);
void setGridEnabled(bool enabled);
void setLabelBackgroundEnabled(bool enabled);
- void setColorStyle(QDataVis::ColorStyle style);
+ void setColorStyle(Q3DTheme::ColorStyle style);
private:
QScopedPointer<Q3DTheme> m_theme;