summaryrefslogtreecommitdiffstats
path: root/examples/surfacechart/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/surfacechart/main.cpp')
-rw-r--r--examples/surfacechart/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/surfacechart/main.cpp b/examples/surfacechart/main.cpp
index 8a090570..7a989adf 100644
--- a/examples/surfacechart/main.cpp
+++ b/examples/surfacechart/main.cpp
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
QCheckBox *smoothCB = new QCheckBox(widget);
smoothCB->setText(QStringLiteral("Smooth "));
- smoothCB->setChecked(surfaceChart->smoothSurface());
+ smoothCB->setChecked(surfaceChart->isSmoothSurfaceEnabled());
QCheckBox *surfaceGridCB = new QCheckBox(widget);
surfaceGridCB->setText(QStringLiteral("Surface Grid"));