|
|
@ -49,7 +49,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
|
|
|
|
|
|
TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("TDEPrintFax"),
|
|
|
|
TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("TDEPrintFax"),
|
|
|
|
"1.0", description, TDEAboutData::License_GPL,
|
|
|
|
"1.0", description, TDEAboutData::License_GPL,
|
|
|
|
"(c), 2001 Michael Goffioul", 0, "http://printing.kde.org");
|
|
|
|
"(c), 2001 Michael Goffioul", 0, 0);
|
|
|
|
aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
|
|
|
|
aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|