summaryrefslogtreecommitdiffstats
path: root/kfilereplace/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/main.cpp')
-rw-r--r--kfilereplace/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp
index 027894f9..1f7bdef0 100644
--- a/kfilereplace/main.cpp
+++ b/kfilereplace/main.cpp
@@ -44,8 +44,8 @@ int main(int argc, char *argv[])
I18N_NOOP("Original author of the KFileReplace tool"),
"dupoux@dupoux.com");
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
else
{
// no session.. just start up normally
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KFileReplace *kfr = new KFileReplace;
kfr->show();