From bf280726d5d22f33d33e4f9e771220c725249407 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:52 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- khexedit/listview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khexedit/listview.h') diff --git a/khexedit/listview.h b/khexedit/listview.h index 975f3da..b9182bf 100644 --- a/khexedit/listview.h +++ b/khexedit/listview.h @@ -32,7 +32,7 @@ class CListView : public KListView CListView( TQWidget *parent=0, const char *name=0, int visibleItem=10 ); void setVisibleItem( int visibleItem, bool updateSize=true ); - virtual TQSize tqsizeHint( void ) const; + virtual TQSize sizeHint( void ) const; private: int mVisibleItem; -- cgit v1.2.1