diff options
Diffstat (limited to 'kpresenter/main.cpp')
| -rw-r--r-- | kpresenter/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/main.cpp b/kpresenter/main.cpp index 91517ebd6..96716370c 100644 --- a/kpresenter/main.cpp +++ b/kpresenter/main.cpp @@ -34,8 +34,8 @@ static const KCmdLineOptions options[]= extern "C" KPRESENTER_EXPORT int kdemain( int argc, char **argv ) { - KCmdLineArgs::init( argc, argv, newKPresenterAboutData() ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, newKPresenterAboutData() ); + TDECmdLineArgs::addCmdLineOptions( options ); KoApplication app; |
