diff options
Diffstat (limited to 'kwallet/main.cpp')
-rw-r--r-- | kwallet/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kwallet/main.cpp b/kwallet/main.cpp index 32e7318..19e452d 100644 --- a/kwallet/main.cpp +++ b/kwallet/main.cpp @@ -57,8 +57,8 @@ int main(int argc, char **argv) { about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "[email protected]"); about.addAuthor("Isaac Clerencia", I18N_NOOP("Developer"), "[email protected]"); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); if (!KUniqueApplication::start()) { return 0; @@ -73,7 +73,7 @@ int main(int argc, char **argv) { KGlobal::dirs()->addResourceType("kwallet", "share/apps/kwallet"); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("show")) { wm.show(); |