diff options
Diffstat (limited to 'kfind')
-rw-r--r-- | kfind/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kfind/main.cpp b/kfind/main.cpp index d568dc3ce..448f98218 100644 --- a/kfind/main.cpp +++ b/kfind/main.cpp @@ -42,12 +42,12 @@ int main( int argc, char ** argv ) aboutData.addAuthor("Alexander Neundorf", 0, "[email protected]"); aboutData.addAuthor("Clarence Dang", 0, "[email protected]"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; - KCmdLineArgs *args= KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args= TDECmdLineArgs::parsedArgs(); KURL url; if (args->count() > 0) |