summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/attic/qttableview.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/attic/qttableview.h')
-rw-r--r--experimental/tqtinterface/qt4/src/attic/qttableview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/experimental/tqtinterface/qt4/src/attic/qttableview.h b/experimental/tqtinterface/qt4/src/attic/qttableview.h
index 5ba8a17a5..b8e7c5604 100644
--- a/experimental/tqtinterface/qt4/src/attic/qttableview.h
+++ b/experimental/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;