summaryrefslogtreecommitdiffstats
path: root/khexedit/listview.cc
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/listview.cc')
-rw-r--r--khexedit/listview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/listview.cc b/khexedit/listview.cc
index 63f18d8..f9ff882 100644
--- a/khexedit/listview.cc
+++ b/khexedit/listview.cc
@@ -25,7 +25,7 @@
CListView::CListView( TQWidget *parent, const char *name, int visibleItem )
- :KListView( parent, name ), mVisibleItem(TQMAX( 1, visibleItem ))
+ :TDEListView( parent, name ), mVisibleItem(TQMAX( 1, visibleItem ))
{
setVisibleItem(visibleItem);
}