summaryrefslogtreecommitdiffstats
path: root/kandy/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kandy/src/main.cpp')
-rw-r--r--kandy/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kandy/src/main.cpp b/kandy/src/main.cpp
index d323379c..b3f6aa82 100644
--- a/kandy/src/main.cpp
+++ b/kandy/src/main.cpp
@@ -92,11 +92,11 @@ int main(int argc, char **argv)
"http://kandy.kde.org/");
about.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );
about.addAuthor( "Heiko Falk", 0, "hf2@ls12.cs.uni-dortmund.de" );
- KCmdLineArgs::init(argc,argv,&about);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc,argv,&about);
+ TDECmdLineArgs::addCmdLineOptions(options);
KApplication app;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
// register ourselves as a dcop client
app.dcopClient()->registerAs(app.name(),false);