summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 03874e3..71a3a62 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -49,8 +49,8 @@ extern "C" {
VERSION, description, KAboutData::License_GPL,
"(c) 2002-2005, Koos Vriezen", 0, 0, "");
aboutData.addAuthor( "Koos Vriezen",0, "");
- KCmdLineArgs::init (argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions (options); // Add our own options.
+ TDECmdLineArgs::init (argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions (options); // Add our own options.
KMPlayer::StringPool::init();
@@ -63,7 +63,7 @@ extern "C" {
kmplayer = new KMPlayerApp ();
kmplayer->show();
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KURL url;
if (args->count () == 1)