summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/qvfb
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-09 22:25:47 -0500
commiteaa7ee2e0bbca40ba3173c4304f81957e8964291 (patch)
tree4f793aa48a5080aedc94ce6e519c3b86708f2b88 /tqtinterface/qt4/tools/qvfb
parent79a9d7a46a20d4a0923bc06fc471fdc2176ef865 (diff)
downloadexperimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.tar.gz
experimental-eaa7ee2e0bbca40ba3173c4304f81957e8964291.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains
Diffstat (limited to 'tqtinterface/qt4/tools/qvfb')
-rw-r--r--tqtinterface/qt4/tools/qvfb/LICENSE.GPL6
-rw-r--r--tqtinterface/qt4/tools/qvfb/skin.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/tqtinterface/qt4/tools/qvfb/LICENSE.GPL b/tqtinterface/qt4/tools/qvfb/LICENSE.GPL
index 149f4ac..3221c03 100644
--- a/tqtinterface/qt4/tools/qvfb/LICENSE.GPL
+++ b/tqtinterface/qt4/tools/qvfb/LICENSE.GPL
@@ -59,7 +59,7 @@ modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- 0. This License applies to any program or other work which tqcontains
+ 0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
@@ -96,7 +96,7 @@ above, provided that you also meet all of these conditions:
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
- whole or in part tqcontains or is derived from the Program or any
+ whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
@@ -154,7 +154,7 @@ Sections 1 and 2 above provided that you also do one of the following:
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
-code means all the source code for all modules it tqcontains, plus any
+code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
diff --git a/tqtinterface/qt4/tools/qvfb/skin.cpp b/tqtinterface/qt4/tools/qvfb/skin.cpp
index da6304b..795de3a 100644
--- a/tqtinterface/qt4/tools/qvfb/skin.cpp
+++ b/tqtinterface/qt4/tools/qvfb/skin.cpp
@@ -128,7 +128,7 @@ void Skin::mousePressEvent( TQMouseEvent *e )
TQPoint p1( areas[i].x1, areas[i].y1 );
TQPoint p2( areas[i].x2, areas[i].y2 );
TQRect r( p1, p2 );
- if ( r.tqcontains( e->pos() ) ) {
+ if ( r.contains( e->pos() ) ) {
buttonPressed = TRUE;
buttonIndex = i;
buttonCode = areas[buttonIndex].keyCode;
@@ -143,7 +143,7 @@ void Skin::mousePressEvent( TQMouseEvent *e )
}
}
-// This is handy for tqfinding the areas to define rectangles for new skins
+// This is handy for finding the areas to define rectangles for new skins
// printf("Clicked in %i,%i\n", e->pos().x(), e->pos().y());
clickPos = e->pos();
}