Translations:Development/Architecture/KDE3/KHTML/7/pt-br: Difference between revisions

From KDE TechBase
(Created page with "int main(int argc, char *argv[]) { KApplication a(argc, argv, "testkhtml");")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
{
{
     KApplication a(argc, argv, "testkhtml");
     KApplication a(argc, argv, "testkhtml");
}

Latest revision as of 20:21, 29 August 2014

int main(int argc, char *argv[]) {

   KApplication a(argc, argv, "testkhtml");

}