Translations:Development/Tutorials/Physical Simulation/20/en

From KDE TechBase

KApplication app;

 FallingBall* mainWindow = new FallingBall();
 mainWindow->show();
 return app.exec();

} </syntaxhighlight>