From db9d51186b28bc2252032458b433ba5f8d1972bc Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcert/kcertpart.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcert') diff --git a/kcert/kcertpart.cc b/kcert/kcertpart.cc index 8a0481a40..d0e091041 100644 --- a/kcert/kcertpart.cc +++ b/kcert/kcertpart.cc @@ -784,7 +784,7 @@ void KCertPart::slotSelectionChanged(TQListViewItem *x) { KPKCS12Item *p12i = dynamic_cast(x); _p12 = NULL; _ca = NULL; - if (x && x->tqparent() == _parentCA) { + if (x && x->parent() == _parentCA) { if (!x5i) { return; } @@ -797,7 +797,7 @@ void KCertPart::slotSelectionChanged(TQListViewItem *x) { _save->setEnabled(true); _curName = x5i->_prettyName; displayCACert(_ca); - } else if (x && x->tqparent() == NULL && x->rtti() == 1) { + } else if (x && x->parent() == NULL && x->rtti() == 1) { if (!x5i) { return; } @@ -810,7 +810,7 @@ void KCertPart::slotSelectionChanged(TQListViewItem *x) { _save->setEnabled(false); _curName = x5i->_prettyName; displayCACert(_ca); - } else if (x && x->tqparent() == _parentP12) { + } else if (x && x->parent() == _parentP12) { if (!p12i) { return; } -- cgit v1.2.1