|
|
|
@ -39,8 +39,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
KAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
|
|
|
|
|
KAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "pnawrocki@interia.pl");
|
|
|
|
|
TDEAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
|
|
|
|
|
TDEAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "pnawrocki@interia.pl");
|
|
|
|
|
about.addAuthor( "Pawel Nawrocki", 0, "pnawrocki@interia.pl" );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|