summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-26 22:57:56 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-27 12:10:50 +0100
commit6f5d68fdec2b3b35b995f9ecc2f4844ec4ae9183 (patch)
tree78b552a48255ba36c03d53924ff42604fae8d261 /examples
parent1389aa2219858b66504a858eafbdb7986af58f14 (diff)
downloadqtserialport-6f5d68fdec2b3b35b995f9ecc2f4844ec4ae9183.tar.gz
Fix a few documentations issues (namespace and correct module name usage)
* Reflect the namespace documentation to the QtSerialPort change. * Module names should be spelled with whitespaces in the documentation according to the following convention: http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Change-Id: I504d45140d3f56fda9d4d6cdd272157bac3959d6 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/terminal/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/terminal/mainwindow.cpp b/examples/terminal/mainwindow.cpp
index 36e8b91..079b541 100644
--- a/examples/terminal/mainwindow.cpp
+++ b/examples/terminal/mainwindow.cpp
@@ -139,7 +139,7 @@ void MainWindow::about()
{
QMessageBox::about(this, tr("About Simple Terminal"),
tr("The <b>Simple Terminal</b> example demonstrates how to "
- "use the QtSerialPort module in modern GUI applications "
+ "use the Qt Serial Port module in modern GUI applications "
"using Qt, with a menu bar, toolbars, and a status bar."));
}