summaryrefslogtreecommitdiffstats
path: root/knode/kngroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/kngroup.cpp')
-rw-r--r--knode/kngroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/kngroup.cpp b/knode/kngroup.cpp
index a6b3e661..df40915f 100644
--- a/knode/kngroup.cpp
+++ b/knode/kngroup.cpp
@@ -167,8 +167,8 @@ void KNGroup::saveInfo()
KNNntpAccount* KNGroup::account()
{
- KNCollection *p=tqparent();
- while(p->type()!=KNCollection::CTnntpAccount) p=p->tqparent();
+ KNCollection *p=parent();
+ while(p->type()!=KNCollection::CTnntpAccount) p=p->parent();
return (KNNntpAccount*)p_arent;
}