diff options
Diffstat (limited to 'khexedit/listview.cc')
-rw-r--r-- | khexedit/listview.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/listview.cc b/khexedit/listview.cc index b6af69b..3217cac 100644 --- a/khexedit/listview.cc +++ b/khexedit/listview.cc @@ -24,8 +24,8 @@ #include "listview.h" -CListView::CListView( TQWidget *tqparent, const char *name, int visibleItem ) - :KListView( tqparent, name ), mVisibleItem(TQMAX( 1, visibleItem )) +CListView::CListView( TQWidget *parent, const char *name, int visibleItem ) + :KListView( parent, name ), mVisibleItem(TQMAX( 1, visibleItem )) { setVisibleItem(visibleItem); } |