diff options
Diffstat (limited to 'khelpcenter/glossary.h')
-rw-r--r-- | khelpcenter/glossary.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |