diff options
Diffstat (limited to 'khelpcenter/glossary.cpp')
-rw-r--r-- | khelpcenter/glossary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp index 148fe4dd9..46a9ce65b 100644 --- a/khelpcenter/glossary.cpp +++ b/khelpcenter/glossary.cpp @@ -311,7 +311,7 @@ void Glossary::slotSelectGlossEntry( const TQString &id ) if ( curItem != 0 ) { if ( curItem->id() == id ) return; - curItem->tqparent()->setOpen( false ); + curItem->parent()->setOpen( false ); } setCurrentItem( newItem ); |