summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/chip
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/chip')
-rw-r--r--examples/graphicsview/chip/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/chip/mainwindow.cpp b/examples/graphicsview/chip/mainwindow.cpp
index 7476c00ab1..41117c3d47 100644
--- a/examples/graphicsview/chip/mainwindow.cpp
+++ b/examples/graphicsview/chip/mainwindow.cpp
@@ -78,7 +78,7 @@ MainWindow::MainWindow(QWidget *parent)
layout->addWidget(vSplitter);
setLayout(layout);
- setWindowTitle(tr("Chip Demo"));
+ setWindowTitle(tr("Chip Example"));
}
void MainWindow::populateScene()