|
|
|
@ -36,8 +36,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
KAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description,
|
|
|
|
|
KAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
|
|
|
|
|
TDEAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description,
|
|
|
|
|
TDEAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
|
|
|
|
|
about.addAuthor( "Antonio Fasolato", 0, "Antonio.Fasolato@poste.it" );
|
|
|
|
|
about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de");
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|