diff options
Diffstat (limited to 'microbe/main.cpp')
-rw-r--r-- | microbe/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/microbe/main.cpp b/microbe/main.cpp index b294a0b..7e8d003 100644 --- a/microbe/main.cpp +++ b/microbe/main.cpp @@ -51,10 +51,10 @@ int main(int argc, char **argv) KAboutData::License_GPL, "(C) 2004-2005, The KTechlab developers", 0, "http://ktechlab.org", "[email protected]" ); about.addAuthor( "Daniel Clarke", 0, "[email protected]" ); about.addAuthor( "David Saxton", 0, "[email protected]" ); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if(args->count() == 2 ) { |