diff options
Diffstat (limited to 'ksig/main.cpp')
-rw-r--r-- | ksig/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksig/main.cpp b/ksig/main.cpp index 96aae13..96fa9fb 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -41,10 +41,10 @@ int main(int argc, char *argv[]) "(c) 2002, Scott Wheeler", 0, 0, "[email protected]"); aboutData.addAuthor("Scott Wheeler", 0, "[email protected]"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if(args->isSet("random") || args->isSet("daily")) { KApplication a(false, false); |