summaryrefslogtreecommitdiffstats
path: root/kvoctrain
diff options
context:
space:
mode:
Diffstat (limited to 'kvoctrain')
-rw-r--r--kvoctrain/kvoctrain/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kvoctrain/kvoctrain/main.cpp b/kvoctrain/kvoctrain/main.cpp
index 9eb124cd..9d4519f8 100644
--- a/kvoctrain/kvoctrain/main.cpp
+++ b/kvoctrain/kvoctrain/main.cpp
@@ -92,8 +92,8 @@ static const char version[] = KVOCTRAIN_VERSION_STRING;
aboutData.addCredit(I18N_NOOP("KDE Team"),
I18N_NOOP("Many small enhancements"));
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
kvoctrainApp *kva = 0;
@@ -108,7 +108,7 @@ static const char version[] = KVOCTRAIN_VERSION_STRING;
}
else
{
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
kva = new kvoctrainApp;
if ( args && args->count() == 1 )