|
|
|
@ -41,8 +41,8 @@ int main(int argc, char **argv)
|
|
|
|
|
KAboutData about("kpicosim", I18N_NOOP("KPicoSim"), version, description,
|
|
|
|
|
KAboutData::License_GPL, "(C) %{YEAR} Mark Six", 0, 0, "m6@xs4all.nl");
|
|
|
|
|
about.addAuthor( "Mark Six", 0, "m6@xs4all.nl" );
|
|
|
|
|
KCmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
KApplication app;
|
|
|
|
|
KPicoSim *mainWin = 0;
|
|
|
|
|
|
|
|
|
@ -53,7 +53,7 @@ int main(int argc, char **argv)
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
// no session.. just start up normally
|
|
|
|
|
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
|
|
|
|
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
|
|
|
|
|
/// @todo do something with the command line args here
|
|
|
|
|
|
|
|
|
|