summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/widgets/tqlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqlistview.h')
-rw-r--r--tqtinterface/qt4/src/widgets/tqlistview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqlistview.h b/tqtinterface/qt4/src/widgets/tqlistview.h
index 11d2110..3d6c997 100644
--- a/tqtinterface/qt4/src/widgets/tqlistview.h
+++ b/tqtinterface/qt4/src/widgets/tqlistview.h
@@ -353,7 +353,7 @@ public:
virtual void setResizeMode( ResizeMode m );
ResizeMode resizeMode() const;
- TQListViewItem * tqfindItem( const TQString& text, int column, TQt::ComparisonFlags compare = TQt::ExactMatch | TQt::CaseSensitive ) const;
+ TQListViewItem * findItem( const TQString& text, int column, TQt::ComparisonFlags compare = TQt::ExactMatch | TQt::CaseSensitive ) const;
enum RenameAction { Accept, Reject };
virtual void setDefaultRenameAction( RenameAction a );
@@ -508,7 +508,7 @@ public:
int width( const TQFontMetrics&, const TQListView*, int column) const;
void setup();
- virtual void setOn( bool ); // ### should be tqreplaced by setChecked in ver4
+ virtual void setOn( bool ); // ### should be replaced by setChecked in ver4
bool isOn() const { return on; }
Type type() const { return myType; }
TQString text() const { return TQListViewItem::text( 0 ); }