From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kviewshell/tableOfContents.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kviewshell/tableOfContents.cpp') diff --git a/kviewshell/tableOfContents.cpp b/kviewshell/tableOfContents.cpp index 51618d9a..e2ae9a02 100644 --- a/kviewshell/tableOfContents.cpp +++ b/kviewshell/tableOfContents.cpp @@ -29,18 +29,18 @@ TocItem::TocItem(TocItem* parent) - : KListViewItem(parent) + : TDEListViewItem(parent) { } TocItem::TocItem(TQListView* parent) - : KListViewItem(parent) + : TDEListViewItem(parent) { } TableOfContents::TableOfContents(TQWidget* parent) - : KListView(parent) + : TDEListView(parent) { addColumn(i18n("Topic")); addColumn(i18n("Page")); -- cgit v1.2.1