summaryrefslogtreecommitdiffstats
path: root/khexedit/listview.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/listview.h')
-rw-r--r--khexedit/listview.h2
1 files changed, 1 insertions, 1 deletions
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;