|
|
|
@ -63,8 +63,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
KAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"),
|
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
|
TDEAboutData aboutData("tdesudo", I18N_NOOP("KdeSudo"),
|
|
|
|
|
VERSION, description, TDEAboutData::License_GPL,
|
|
|
|
|
"(c) 2007-2008, Anthony Mercatante", 0, 0, "tonio@ubuntu.com");
|
|
|
|
|
aboutData.addAuthor("Robert Gruber",0, "rgruber@users.sourceforge.net");
|
|
|
|
|
aboutData.addAuthor("Anthony Mercatante",0, "tonio@ubuntu.com");
|
|
|
|
|