Translations:Development/Architecture/KDE3/KHTML/10/pt-br

From KDE TechBase

{ QWidget::connect(html, SIGNAL(setTitle(const QString &)),

                    html, SLOT(setCaption(const QString &)));
   html->show();
   a.exec();

}

</syntaxhighlight>