|
|
@ -173,7 +173,7 @@ void AboutWidget::updatePixmap()
|
|
|
|
szComment = module->comment();
|
|
|
|
szComment = module->comment();
|
|
|
|
iconPath = loader->iconPath( module->icon(), TDEIcon::Small );
|
|
|
|
iconPath = loader->iconPath( module->icon(), TDEIcon::Small );
|
|
|
|
|
|
|
|
|
|
|
|
content += "<img src=\"" + iconPath +" \"</a> <a href=\"%1\" class=\"kcm_link\">" + szName + "</a></td><td class=\"kc_rightcol\">" + szComment;
|
|
|
|
content += "<img src=\"" + iconPath +" \"</img> <a href=\"%1\" class=\"kcm_link\">" + szName + "</a></td><td class=\"kc_rightcol\">" + szComment;
|
|
|
|
KURL moduleURL( TQString("kcm://%1").arg(TQString().sprintf("%p",module)) );
|
|
|
|
KURL moduleURL( TQString("kcm://%1").arg(TQString().sprintf("%p",module)) );
|
|
|
|
TQString linkURL( moduleURL.url() );
|
|
|
|
TQString linkURL( moduleURL.url() );
|
|
|
|
content = content.arg( linkURL );
|
|
|
|
content = content.arg( linkURL );
|
|
|
@ -182,7 +182,8 @@ void AboutWidget::updatePixmap()
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
szName = static_cast<ModuleTreeItem*>(pEntry)->caption();
|
|
|
|
szName = static_cast<ModuleTreeItem*>(pEntry)->caption();
|
|
|
|
content += szName + "</td><td class=\"kc_rightcol\">" + szName;
|
|
|
|
iconPath = loader->iconPath( "folder", TDEIcon::Small );
|
|
|
|
|
|
|
|
content += "<img src=\"" + iconPath +" \"</img> " + szName + "</td><td class=\"kc_rightcol\">" + szName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
content += "</td></tr>\n";
|
|
|
|
content += "</td></tr>\n";
|
|
|
|
pEntry = pEntry->nextSibling();
|
|
|
|
pEntry = pEntry->nextSibling();
|
|
|
|