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/glossary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khelpcenter/glossary.h') diff --git a/khelpcenter/glossary.h b/khelpcenter/glossary.h index cb79e25b4..e0d9fd901 100644 --- a/khelpcenter/glossary.h +++ b/khelpcenter/glossary.h @@ -97,7 +97,7 @@ inline TQDataStream &operator>>( TQDataStream &stream, GlossaryEntry &e ) return stream >> e.m_term >> e.m_definition >> e.m_seeAlso; } -class Glossary : public KListView +class Glossary : public TDEListView { Q_OBJECT public: -- cgit v1.2.3