Merging from old trunk:
r559169 | bmeyer | 2006-07-06 20:01:52 +0200 (Thu, 06 Jul 2006) | 1 line fix link opening svn path=/trunk/KDE/kdebase/workspace/; revision=659220
This commit is contained in:
parent
f82685de38
commit
afb0e7f5eb
1 changed files with 2 additions and 0 deletions
|
@ -1251,6 +1251,8 @@ KTranslucencyConfig::KTranslucencyConfig (bool _standAlone, KConfig *_config, co
|
|||
"<i>Option \"RenderAccel\" \"true\"</i><br>"
|
||||
"In <i>Section \"Device\"</i></qt>"), this);
|
||||
label->setOpenExternalLinks(true);
|
||||
label->setTextInteractionFlags(Qt::LinksAccessibleByMouse);
|
||||
label->setTextInteractionFlags(Qt::TextInteractionFlags(style()->styleHint(QStyle::SH_MessageBox_TextInteractionFlags)));
|
||||
lay->addWidget(label);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue