|
|
|
@ -30,11 +30,11 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
|
{
|
|
|
|
|
KAboutData aboutData( "knights",
|
|
|
|
|
TDEAboutData aboutData( "knights",
|
|
|
|
|
I18N_NOOP("Knights"),
|
|
|
|
|
_VERSION_,
|
|
|
|
|
I18N_NOOP("The Knights Chess Interface\n\nKnights is a chess interface\nfor the Trinity Desktop Environment."),
|
|
|
|
|
KAboutData::License_GPL_V2,
|
|
|
|
|
TDEAboutData::License_GPL_V2,
|
|
|
|
|
"(c) 2003, Troy Corbin Jr.",
|
|
|
|
|
0,
|
|
|
|
|
"http://knights-chess.com",
|
|
|
|
|