|
|
|
@ -38,8 +38,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
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");
|
|
|
|
|
TDEAboutData about("kpicosim", I18N_NOOP("KPicoSim"), version, description,
|
|
|
|
|
TDEAboutData::License_GPL, "(C) %{YEAR} Mark Six", 0, 0, "m6@xs4all.nl");
|
|
|
|
|
about.addAuthor( "Mark Six", 0, "m6@xs4all.nl" );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|