|
|
|
@ -181,8 +181,8 @@ int main(int argc, char *argv[]) {
|
|
|
|
|
aboutData.addCredit("Ivan Petrouchtchak","Ukrainian translation","connyosis@gmx.net",0);
|
|
|
|
|
|
|
|
|
|
// Command line arguments ...
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
TDECmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
|
|
|
|
|
|
|
|
|
|
// check for command line arguments
|
|
|
|
|
|
|
|
|
|