|
|
@ -26,8 +26,8 @@ static const char message[] =
|
|
|
|
static const char version[] = VERSION; /*VERSION;*/
|
|
|
|
static const char version[] = VERSION; /*VERSION;*/
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
KAboutData aboutData("knetload", I18N_NOOP("KNetLoad"), version,
|
|
|
|
TDEAboutData aboutData("knetload", I18N_NOOP("KNetLoad"), version,
|
|
|
|
description, KAboutData::License_GPL,
|
|
|
|
description, TDEAboutData::License_GPL,
|
|
|
|
"(c) 1999-2000, Markus Gustavsson\n"
|
|
|
|
"(c) 1999-2000, Markus Gustavsson\n"
|
|
|
|
"(c) 2002, Ben Burton\n"
|
|
|
|
"(c) 2002, Ben Burton\n"
|
|
|
|
"(c) 2004, Flameeyes",
|
|
|
|
"(c) 2004, Flameeyes",
|
|
|
|