mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
generic: stop using obsolete code paths
This commit is contained in:
parent
562e784798
commit
1f58bf760b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ KSslCertificateBox::KSslCertificateBox(QWidget *parent)
|
||||||
{
|
{
|
||||||
d->ui.setupUi(this);
|
d->ui.setupUi(this);
|
||||||
// No fooling us with html tags
|
// No fooling us with html tags
|
||||||
Q_FOREACH(QLabel* label, qFindChildren<QLabel *>(this)) {
|
Q_FOREACH(QLabel* label, this->findChildren<QLabel *>()) {
|
||||||
label->setTextFormat(Qt::PlainText);
|
label->setTextFormat(Qt::PlainText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue