|
|
|
@ -57,8 +57,8 @@ static const KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main( int argc, char **argv )
|
|
|
|
|
{
|
|
|
|
|
KAboutData aboutData( "kxml_compiler", I18N_NOOP("KDE xml compiler"), "0.1",
|
|
|
|
|
I18N_NOOP("KDE XML Compiler") , KAboutData::License_LGPL );
|
|
|
|
|
KAboutData aboutData( "kxml_compiler", I18N_NOOP("TDE xml compiler"), "0.1",
|
|
|
|
|
I18N_NOOP("TDE XML Compiler") , KAboutData::License_LGPL );
|
|
|
|
|
aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|