From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- khelpcenter/navigator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/navigator.cpp') 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); -- cgit v1.2.1