|
|
@ -49,8 +49,8 @@ extern "C" {
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
"(c) 2002-2005, Koos Vriezen", 0, 0, "");
|
|
|
|
"(c) 2002-2005, Koos Vriezen", 0, 0, "");
|
|
|
|
aboutData.addAuthor( "Koos Vriezen",0, "");
|
|
|
|
aboutData.addAuthor( "Koos Vriezen",0, "");
|
|
|
|
KCmdLineArgs::init (argc, argv, &aboutData);
|
|
|
|
TDECmdLineArgs::init (argc, argv, &aboutData);
|
|
|
|
KCmdLineArgs::addCmdLineOptions (options); // Add our own options.
|
|
|
|
TDECmdLineArgs::addCmdLineOptions (options); // Add our own options.
|
|
|
|
|
|
|
|
|
|
|
|
KMPlayer::StringPool::init();
|
|
|
|
KMPlayer::StringPool::init();
|
|
|
|
|
|
|
|
|
|
|
@ -63,7 +63,7 @@ extern "C" {
|
|
|
|
kmplayer = new KMPlayerApp ();
|
|
|
|
kmplayer = new KMPlayerApp ();
|
|
|
|
kmplayer->show();
|
|
|
|
kmplayer->show();
|
|
|
|
|
|
|
|
|
|
|
|
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
|
|
|
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
|
|
|
|
|
|
|
KURL url;
|
|
|
|
KURL url;
|
|
|
|
if (args->count () == 1)
|
|
|
|
if (args->count () == 1)
|
|
|
|