summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/mainwindow
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-04 10:30:18 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-08 15:36:26 +0200
commit6efe729881303f2198d61817174e9695aea63246 (patch)
treef7271635fedffe70140971f8df0c39bebc44fc8e /examples/mainwindows/mainwindow
parentb59392aeb53fbba957d145b95a6111dcb18e15b1 (diff)
Remove more references to demos.
Change-Id: I431184cd0534c86047706fdaa1045b2935de5d7a Reviewed-on: http://codereview.qt.nokia.com/1307 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'examples/mainwindows/mainwindow')
-rw-r--r--examples/mainwindows/mainwindow/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mainwindows/mainwindow/mainwindow.cpp b/examples/mainwindows/mainwindow/mainwindow.cpp
index a58a713c0b..ef1485a147 100644
--- a/examples/mainwindows/mainwindow/mainwindow.cpp
+++ b/examples/mainwindows/mainwindow/mainwindow.cpp
@@ -64,7 +64,7 @@
#include <qdebug.h>
static const char * const message =
- "<p><b>Qt Main Window Demo</b></p>"
+ "<p><b>Qt Main Window Example</b></p>"
"<p>This is a demonstration of the QMainWindow, QToolBar and "
"QDockWidget classes.</p>"
@@ -88,7 +88,7 @@ MainWindow::MainWindow(const QMap<QString, QSize> &customSizeHints,
: QMainWindow(parent, flags)
{
setObjectName("MainWindow");
- setWindowTitle("Qt Main Window Demo");
+ setWindowTitle("Qt Main Window Example");
center = new QTextEdit(this);
center->setReadOnly(true);