From 94235c2e633845951ce6c947965789bb3f8ee7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Mon, 2 Dec 2013 08:43:02 +0200 Subject: Theme documented Task-number: QTRD-2633 Change-Id: Ib274ec236f50145df8fd4c2d83f62d4a9154687a Reviewed-by: Miikka Heikkinen --- src/datavisualization/theme/thememanager_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/datavisualization/theme/thememanager_p.h') 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 m_theme; -- cgit v1.2.3