summaryrefslogtreecommitdiffstats
path: root/kfind/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/main.cpp')
-rw-r--r--kfind/main.cpp6
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, "neundorf@kde.org");
aboutData.addAuthor("Clarence Dang", 0, "dang@kde.org");
- 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)