diff options
Diffstat (limited to 'tqtinterface/qt4/tools/qvfb/skin.cpp')
| -rw-r--r-- | tqtinterface/qt4/tools/qvfb/skin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |
