diff options
Diffstat (limited to 'khelpcenter/navigator.cpp')
-rw-r--r-- | khelpcenter/navigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/navigator.cpp b/khelpcenter/navigator.cpp index 1c813972f..eb5e0c4f7 100644 --- a/khelpcenter/navigator.cpp +++ b/khelpcenter/navigator.cpp @@ -160,7 +160,7 @@ bool Navigator::showMissingDocs() const void Navigator::setupContentsTab() { - mContentsTree = new KListView( mTabWidget ); + mContentsTree = new TDEListView( mTabWidget ); mContentsTree->setFrameStyle(TQFrame::Panel | TQFrame::Sunken); mContentsTree->addColumn(TQString::null); mContentsTree->setAllColumnsShowFocus(true); |