|
|
|
@ -42,8 +42,8 @@ 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");
|
|
|
|
|
about.addAuthor( "Pawel Nawrocki", 0, "pnawrocki@interia.pl" );
|
|
|
|
|
KCmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options );
|
|
|
|
|
KApplication app;
|
|
|
|
|
WirelessAssistant *mainWin = 0;
|
|
|
|
|
mainWin = new WirelessAssistant();
|
|
|
|
|