From eaa7ee2e0bbca40ba3173c4304f81957e8964291 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 9 Aug 2011 22:25:47 -0500 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains --- tqtinterface/qt4/src/attic/qttableview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tqtinterface/qt4/src/attic/qttableview.h') diff --git a/tqtinterface/qt4/src/attic/qttableview.h b/tqtinterface/qt4/src/attic/qttableview.h index 5ba8a17..b8e7c56 100644 --- a/tqtinterface/qt4/src/attic/qttableview.h +++ b/tqtinterface/qt4/src/attic/qttableview.h @@ -6,7 +6,7 @@ ** ** Copyright (C) 2010 Timothy Pearson and (C) 1992-2008 Trolltech ASA. ** -** This file tqcontains a class moved out of the TQt GUI Toolkit API. It +** This file contains a class moved out of the TQt GUI Toolkit API. It ** may be used, distributed and modified without limitation. ** **********************************************************************/ @@ -104,8 +104,8 @@ protected: void paintEvent( TQPaintEvent * ); void resizeEvent( TQResizeEvent * ); - int tqfindRow( int yPos ) const; - int tqfindCol( int xPos ) const; + int findRow( int yPos ) const; + int findCol( int xPos ) const; bool rowYPos( int row, int *yPos ) const; bool colXPos( int col, int *xPos ) const; @@ -132,9 +132,9 @@ private: virtual void setHorScrollBar( bool on, bool update = TRUE ); virtual void setVerScrollBar( bool on, bool update = TRUE ); void updateView(); - int tqfindRawRow( int yPos, int *cellMaxY, int *cellMinY = 0, + int findRawRow( int yPos, int *cellMaxY, int *cellMinY = 0, bool goOutsideView = FALSE ) const; - int tqfindRawCol( int xPos, int *cellMaxX, int *cellMinX = 0, + int findRawCol( int xPos, int *cellMaxX, int *cellMinX = 0, bool goOutsideView = FALSE ) const; int maxColsVisible() const; -- cgit v1.2.3