|
|
@ -35,8 +35,8 @@ static KCmdLineOptions options[] =
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KAboutData about("bookreader", I18N_NOOP("BooKreader"), version, description,
|
|
|
|
TDEAboutData about("bookreader", I18N_NOOP("BooKreader"), version, description,
|
|
|
|
KAboutData::License_GPL,
|
|
|
|
TDEAboutData::License_GPL,
|
|
|
|
"(C) 2005-2007 Alexander Nemish", 0, 0, "atlanter@gmail.com");
|
|
|
|
"(C) 2005-2007 Alexander Nemish", 0, 0, "atlanter@gmail.com");
|
|
|
|
about.addAuthor("Alexander Nemish", 0, "atlanter@gmail.com");
|
|
|
|
about.addAuthor("Alexander Nemish", 0, "atlanter@gmail.com");
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|
TDECmdLineArgs::init(argc, argv, &about);
|
|
|
|