summaryrefslogtreecommitdiffstats
path: root/examples/itemmodel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/itemmodel/main.cpp')
-rw-r--r--examples/itemmodel/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/itemmodel/main.cpp b/examples/itemmodel/main.cpp
index 708fd723..3d06f5c1 100644
--- a/examples/itemmodel/main.cpp
+++ b/examples/itemmodel/main.cpp
@@ -107,7 +107,7 @@ GraphDataGenerator::GraphDataGenerator(Q3DBars *bargraph, QTableWidget *tableWid
//! [7]
// Set theme
- m_graph->setTheme(new Q3DTheme(QDataVis::ThemeDigia));
+ m_graph->setTheme(new Q3DTheme(Q3DTheme::ThemeDigia));
// Set font
m_graph->theme()->setFont(QFont("Impact", 20));