diff options
Diffstat (limited to 'kppp/logview/main.cpp')
-rw-r--r-- | kppp/logview/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/logview/main.cpp b/kppp/logview/main.cpp index f034c462..bd56c7fe 100644 --- a/kppp/logview/main.cpp +++ b/kppp/logview/main.cpp @@ -49,7 +49,7 @@ static KCmdLineOptions option[] = TopWidget::TopWidget() : KMainWindow(0, "") { // Check command line args for "-kppp" - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool kpppmode = args->isSet("kppp"); args->clear(); @@ -109,9 +109,9 @@ int main(int argc, char **argv) { aboutData.addAuthor("Bernd Wuebben",0, "[email protected]"); aboutData.addAuthor("Mario Weilguni",0, ""); aboutData.addAuthor("Harri Porten",0, "[email protected]"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions( option ); + TDECmdLineArgs::addCmdLineOptions( option ); KApplication a; |