summaryrefslogtreecommitdiffstats
path: root/kmailcvt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmailcvt/main.cpp')
-rw-r--r--kmailcvt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmailcvt/main.cpp b/kmailcvt/main.cpp
index 87ab0c81..9121acfa 100644
--- a/kmailcvt/main.cpp
+++ b/kmailcvt/main.cpp
@@ -38,8 +38,8 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Laurence Anderson", I18N_NOOP("New GUI & cleanups"), "l.d.anderson@warwick.ac.uk");
aboutData.addCredit("Daniel Molkentin", I18N_NOOP("New GUI & cleanups"), "molkentin@kde.org");
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a;
KMailCVT *kmailcvt = new KMailCVT();