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/demo | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'examples/demo')
-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 |
6 files changed, 6 insertions, 6 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: |