diff options
Diffstat (limited to 'kappfinder/main.cpp')
-rw-r--r-- | kappfinder/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kappfinder/main.cpp b/kappfinder/main.cpp index 1642ce144..c5f1f57a3 100644 --- a/kappfinder/main.cpp +++ b/kappfinder/main.cpp @@ -39,9 +39,9 @@ int main( int argc, char *argv[] ) aboutData.addAuthor( "Matthias Hoelzer-Kluepfel", 0, "[email protected]" ); aboutData.addAuthor( "Tobias Koenig", 0, "[email protected]" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); KApplication app; |