diff options
Diffstat (limited to 'khexedit/listview.h')
-rw-r--r-- | khexedit/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/listview.h b/khexedit/listview.h index f549539..975f3da 100644 --- a/khexedit/listview.h +++ b/khexedit/listview.h @@ -29,7 +29,7 @@ class CListView : public KListView TQ_OBJECT public: - CListView( TQWidget *tqparent=0, const char *name=0, int visibleItem=10 ); + CListView( TQWidget *parent=0, const char *name=0, int visibleItem=10 ); void setVisibleItem( int visibleItem, bool updateSize=true ); virtual TQSize tqsizeHint( void ) const; |