summaryrefslogtreecommitdiffstats
path: root/khelpcenter/glossary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/glossary.cpp')
-rw-r--r--khelpcenter/glossary.cpp2
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 );