diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /examples | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'examples')
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 2 | ||||
-rw-r--r-- | examples/demo/dnd/styledbutton.h | 2 | ||||
-rw-r--r-- | examples/demo/opengl/fbm.c | 2 | ||||
-rw-r--r-- | examples/demo/opengl/gllandscape.cpp | 2 | ||||
-rw-r--r-- | examples/demo/qthumbwheel.cpp | 2 | ||||
-rw-r--r-- | examples/demo/qthumbwheel.h | 2 | ||||
-rw-r--r-- | examples/helpsystem/helpsystem.doc | 2 | ||||
-rw-r--r-- | examples/opengl/overlay/glteapots.cpp | 2 | ||||
-rw-r--r-- | examples/opengl/overlay_x11/README.X11-OVERLAYS | 2 | ||||
-rw-r--r-- | examples/picture/picture.cpp | 2 | ||||
-rw-r--r-- | examples/sql/sqltable/README | 2 | ||||
-rw-r--r-- | examples/toplevel/options.ui | 8 | ||||
-rw-r--r-- | examples/toplevel/toplevel.doc | 2 | ||||
-rw-r--r-- | examples/wizard/wizard.cpp | 2 |
14 files changed, 17 insertions, 17 deletions
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index 3736198e4..c2aba0bc9 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -13,7 +13,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/examples/demo/dnd/styledbutton.h b/examples/demo/dnd/styledbutton.h index fd96cd63c..69339baa5 100644 --- a/examples/demo/dnd/styledbutton.h +++ b/examples/demo/dnd/styledbutton.h @@ -13,7 +13,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/examples/demo/opengl/fbm.c b/examples/demo/opengl/fbm.c index 4409ae08f..47d5a6163 100644 --- a/examples/demo/opengl/fbm.c +++ b/examples/demo/opengl/fbm.c @@ -67,7 +67,7 @@ double fBm( Vector point, double H, double lacunarity, double octaves, if ( init ) { start = 1; srand( time(0) ); - /* seize retquired memory for exponent_array */ + /* seize required memory for exponent_array */ frequency = 1.0; for (i=0; i<=octaves; i++) { /* compute weight for each frequency */ diff --git a/examples/demo/opengl/gllandscape.cpp b/examples/demo/opengl/gllandscape.cpp index 0aa836687..7336a20c8 100644 --- a/examples/demo/opengl/gllandscape.cpp +++ b/examples/demo/opengl/gllandscape.cpp @@ -509,7 +509,7 @@ void GLLandscape::averageNormals() normals[i-1][k-1].l[t] + normals[i-1][k].l[t] )/6.0; } else { - // Vertices that are on the edge of the height field retquire + // Vertices that are on the edge of the height field require // special attention.. if ( i == 0 && k == 0 ) { for ( int t = 0; t < 3; t++ ) diff --git a/examples/demo/qthumbwheel.cpp b/examples/demo/qthumbwheel.cpp index 5d4127480..83426f7d4 100644 --- a/examples/demo/qthumbwheel.cpp +++ b/examples/demo/qthumbwheel.cpp @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/examples/demo/qthumbwheel.h b/examples/demo/qthumbwheel.h index 9986194f4..0ee4557a7 100644 --- a/examples/demo/qthumbwheel.h +++ b/examples/demo/qthumbwheel.h @@ -18,7 +18,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc index d44808800..34d3a39a4 100644 --- a/examples/helpsystem/helpsystem.doc +++ b/examples/helpsystem/helpsystem.doc @@ -78,7 +78,7 @@ The WhatsThis class is a subclass of both QObject and QWhatsThis and serves as a base class for the HeaderWhatsThis - and TableWhatsThis classes. \footnote Note that moc retquires that QObject + and TableWhatsThis classes. \footnote Note that moc requires that QObject is the first base class. \endfootnote WhatsThis reimplements clicked() which will be called when the user clicks inside the "What's this?" window. It also declares a signal diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp index 7aff716de..a3fbf3000 100644 --- a/examples/opengl/overlay/glteapots.cpp +++ b/examples/opengl/overlay/glteapots.cpp @@ -57,7 +57,7 @@ /*! Create a GLTeapots widget. - Specifies the following frame buffer retquirements to the TQGLWidget + Specifies the following frame buffer requirements to the TQGLWidget constructor: <ul> <li> HasOverlay - we want an overlay context to draw the rubber-band in diff --git a/examples/opengl/overlay_x11/README.X11-OVERLAYS b/examples/opengl/overlay_x11/README.X11-OVERLAYS index 6029ca3eb..f415f4e5c 100644 --- a/examples/opengl/overlay_x11/README.X11-OVERLAYS +++ b/examples/opengl/overlay_x11/README.X11-OVERLAYS @@ -17,7 +17,7 @@ widgets in overlay planes. In the typical case, X11 overlays can easily be used together with the current version of Qt and the Qt OpenGL Extension. The following -retquirements apply: +requirements apply: 1) Your X server and graphics card/hardware must support overlays (of course). For many X servers, overlay support can be turned on with diff --git a/examples/picture/picture.cpp b/examples/picture/picture.cpp index d04f18897..b971a189b 100644 --- a/examples/picture/picture.cpp +++ b/examples/picture/picture.cpp @@ -101,7 +101,7 @@ void PictureDisplay::keyPressEvent( TQKeyEvent *k ) int main( int argc, char **argv ) { - TQApplication a( argc, argv ); // TQApplication retquired! + TQApplication a( argc, argv ); // TQApplication required! const char *fileName = "car.pic"; // default picture file name diff --git a/examples/sql/sqltable/README b/examples/sql/sqltable/README index 701458835..4fad463b2 100644 --- a/examples/sql/sqltable/README +++ b/examples/sql/sqltable/README @@ -1,4 +1,4 @@ -This SQL table example retquires a connection to a SQL database. +This SQL table example requires a connection to a SQL database. Modify main.cpp to connect to your specific database. This example program expects a table called 'simpletable' to exist in diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui index 04641a5c3..1658876e3 100644 --- a/examples/toplevel/options.ui +++ b/examples/toplevel/options.ui @@ -131,7 +131,7 @@ <string>A window system menu.</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a window system menu. Many window managers retquire a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string> + <string>Adds a window system menu. Many window managers require a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string> </property> </widget> <widget class="TQCheckBox"> @@ -148,7 +148,7 @@ <string>A minimize button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a minimze button. This option retquires a system menu on many window managers.</string> + <string>Adds a minimze button. This option requires a system menu on many window managers.</string> </property> </widget> <widget class="TQCheckBox"> @@ -165,7 +165,7 @@ <string>A maximize button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a maximze button. This option retquires a system menu on many window managers.</string> + <string>Adds a maximze button. This option requires a system menu on many window managers.</string> </property> </widget> <widget class="TQCheckBox"> @@ -182,7 +182,7 @@ <string>A context help button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a context help button. This option retquires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string> + <string>Adds a context help button. This option requires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string> </property> </widget> </vbox> diff --git a/examples/toplevel/toplevel.doc b/examples/toplevel/toplevel.doc index 0dd1a0d31..4dbe1d922 100644 --- a/examples/toplevel/toplevel.doc +++ b/examples/toplevel/toplevel.doc @@ -76,7 +76,7 @@ \printto cbBehaviorPopup A toplevel widget can stay on top of the whole desktop if the window manager supports this functionality. - \footnote Unfortunately some X11 window managers also retquire the \c + \footnote Unfortunately some X11 window managers also require the \c WX11BypassWM flag to be set in addition; but some other X11 window managers will have problems if this flag is set. \endfootnote diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp index 9440ab718..96c88efb4 100644 --- a/examples/wizard/wizard.cpp +++ b/examples/wizard/wizard.cpp @@ -72,7 +72,7 @@ void Wizard::setupPage2() info->setText( "\n" "Enter your personal\n" "data here.\n\n" - "The retquired fields are\n" + "The required fields are\n" "First Name, Last Name \n" "and E-Mail.\n" ); info->setMaximumWidth( info->sizeHint().width() ); |