From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- examples/network/mail/smtp.cpp | 2 +- examples/opengl/overlay/glteapots.cpp | 2 +- examples/textedit/example.html | 2 +- examples/widgets/widgets.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 43a2cf249..3a288fc0d 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -107,7 +107,7 @@ void Smtp::readyRead() *t << message << ".\r\n"; state = Quit; } else if ( state == Quit && responseLine[0] == '2' ) { - *t << "TQUIT\r\n"; + *t << "QUIT\r\n"; // here, we just close. state = Close; emit status( tr( "Message sent" ) ); diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp index 2afc1ad03..6d0d5b568 100644 --- a/examples/opengl/overlay/glteapots.cpp +++ b/examples/opengl/overlay/glteapots.cpp @@ -25,7 +25,7 @@ * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT, - * SPECIAL, INCIDENTAL, INDIRECT OR CONSETQUENTIAL DAMAGES OF ANY + * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN diff --git a/examples/textedit/example.html b/examples/textedit/example.html index 39b60ff76..9db97cc40 100644 --- a/examples/textedit/example.html +++ b/examples/textedit/example.html @@ -1,6 +1,6 @@

TQTextEdit

-

TQTextEdit is an advanced WYSIWYG editor supporting richtext formatting. It is optimized to handle large documents and to respond tquickly to user input.

+

TQTextEdit is an advanced WYSIWYG editor supporting richtext formatting. It is optimized to handle large documents and to respond quickly to user input.

TQTextEdit supports font styles such as bold, italic, underlined as well as various colors and sizes. You can select different font families, for example Times New Roman or Courier. Futhermore the widget supports different paragraph alignments such as justified,

left aligned,

centered,

diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 6ef91f65c..d012f1c14 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -418,7 +418,7 @@ WidgetView::WidgetView( TQWidget *parent, const char *name ) mleText += TQChar((ushort)0x00d8); // Norwegian mleText += "\n"; mleText += "Unicode (black square): "; - mleText += TQChar((ushort)0x25A0); // BLACK STQUARE + mleText += TQChar((ushort)0x25A0); // BLACK SQUARE mleText += "\n"; #endif mle->setText( mleText ); -- cgit v1.2.1