From 1dadede8edfa47dc38c0e2e8c458cea225edacc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Mon, 24 Sep 2012 16:23:03 +0200 Subject: Fixed instances of "to to" in qtbase. Really it should just be "to". Change-Id: I7d0fff334bac3f0ac78adb8131e3bf3df1f1b242 Reviewed-by: Sean Harmer --- examples/widgets/doc/src/addressbook-tutorial.qdoc | 2 +- examples/widgets/doc/src/scribble.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/widgets/doc') diff --git a/examples/widgets/doc/src/addressbook-tutorial.qdoc b/examples/widgets/doc/src/addressbook-tutorial.qdoc index c9c22dffe8..af966b77d2 100644 --- a/examples/widgets/doc/src/addressbook-tutorial.qdoc +++ b/examples/widgets/doc/src/addressbook-tutorial.qdoc @@ -689,7 +689,7 @@ We set the layout and window title, as well as connect the signals to their respective slots. Notice that \c{findButton}'s \l{QPushButton::clicked()} - {clicked()} signal is connected to to \c findClicked() and + {clicked()} signal is connected to \c findClicked() and \l{QDialog::accept()}{accept()}. The \l{QDialog::accept()}{accept()} slot provided by QDialog hides the dialog and sets the result code to \l{QDialog::}{Accepted}. We use this function to help \c{AddressBook}'s diff --git a/examples/widgets/doc/src/scribble.qdoc b/examples/widgets/doc/src/scribble.qdoc index 4341b22018..8798197e56 100644 --- a/examples/widgets/doc/src/scribble.qdoc +++ b/examples/widgets/doc/src/scribble.qdoc @@ -47,7 +47,7 @@ With the Scribble application the users can draw an image. The \uicontrol File menu gives the users the possibility to open and edit an existing image file, save an image and exit the application. While - drawing, the \uicontrol Options menu allows the users to to choose the + drawing, the \uicontrol Options menu allows the users to choose the pen color and pen width, as well as clear the screen. In addition the \uicontrol Help menu provides the users with information about the Scribble example in particular, and about Qt in general. -- cgit v1.2.3