diff options
-rw-r--r-- | examples/terminal/mainwindow.cpp | 2 | ||||
-rw-r--r-- | src/serialport/doc/src/index.qdoc | 4 | ||||
-rw-r--r-- | src/serialport/doc/src/intro.qdoc | 2 | ||||
-rw-r--r-- | src/serialport/doc/src/namespace.qdoc | 4 |
4 files changed, 6 insertions, 6 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.")); } diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc index 0f8d275..ad49586 100644 --- a/src/serialport/doc/src/index.qdoc +++ b/src/serialport/doc/src/index.qdoc @@ -27,10 +27,10 @@ /*! \module QtSerialPort - \title QtSerialPort Reference Documentation + \title Qt Serial Port Reference Documentation \page index.html - \brief The QtSerialPort module provides classes to make serial programming + \brief The Qt Serial Port module provides classes to make serial programming easier and portable. To include the definitions of the module's classes, use the diff --git a/src/serialport/doc/src/intro.qdoc b/src/serialport/doc/src/intro.qdoc index e549717..be28b67 100644 --- a/src/serialport/doc/src/intro.qdoc +++ b/src/serialport/doc/src/intro.qdoc @@ -34,7 +34,7 @@ \section1 History - QtSerialPort originated from the third-party library + Qt Serial Port originated from the third-party library \l{http://gitorious.org/qserialdevice/qserialdevice/trees/2.0}{QSerialDevice 2.0}. \section1 Overviews diff --git a/src/serialport/doc/src/namespace.qdoc b/src/serialport/doc/src/namespace.qdoc index 436de12..ff5ec85 100644 --- a/src/serialport/doc/src/namespace.qdoc +++ b/src/serialport/doc/src/namespace.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \namespace SerialPort - \brief The SerialPort namespace contains miscellaneous identifiers + \namespace QtSerialPort + \brief The QtSerialPort namespace contains miscellaneous identifiers used throughout the SerialPort library. */ |