summaryrefslogtreecommitdiffstats
path: root/kplato/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/main.cc')
-rw-r--r--kplato/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/main.cc b/kplato/main.cc
index cca5b39d..9c53afb0 100644
--- a/kplato/main.cc
+++ b/kplato/main.cc
@@ -37,8 +37,8 @@ static const KCmdLineOptions options[]=
extern "C" KPLATO_EXPORT int kdemain( int argc, char **argv ) {
- KCmdLineArgs::init( argc, argv, KPlato::newAboutData());
- KCmdLineArgs::addCmdLineOptions( KPlato::options );
+ TDECmdLineArgs::init( argc, argv, KPlato::newAboutData());
+ TDECmdLineArgs::addCmdLineOptions( KPlato::options );
KoApplication app;