summaryrefslogtreecommitdiffstats
path: root/kio/kssl/ksslinfodlg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kssl/ksslinfodlg.cc')
-rw-r--r--kio/kssl/ksslinfodlg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kssl/ksslinfodlg.cc b/kio/kssl/ksslinfodlg.cc
index 9a43942c8..ae2a4a3ae 100644
--- a/kio/kssl/ksslinfodlg.cc
+++ b/kio/kssl/ksslinfodlg.cc
@@ -348,7 +348,7 @@ void KSSLInfoDlg::slotChain(int x) {
cl.setAutoDelete(true);
for (int i = 0; i < x-1; i++)
cl.remove((unsigned int)0);
- KSSLCertificate thisCert = *(cl.tqat(0));
+ KSSLCertificate thisCert = *(cl.at(0));
cl.remove((unsigned int)0);
thisCert.chain().setChain(cl);
displayCert(&thisCert);