From 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:46 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kppp/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kppp/main.cpp') diff --git a/kppp/main.cpp b/kppp/main.cpp index 753291ba..d922c4c5 100644 --- a/kppp/main.cpp +++ b/kppp/main.cpp @@ -207,8 +207,8 @@ int main( int argc, char **argv ) { aboutData.addAuthor("Bernd Wuebben", I18N_NOOP("Original author"), "wuebben@kde.org"); aboutData.addAuthor("Mario Weilguni",0, ""); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); @@ -222,7 +222,7 @@ int main( int argc, char **argv ) { kdDebug(5002) << "helperPid: " << (int) helperPid << endl; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool terminate_connection = args->isSet("k"); if (args->isSet("r")) -- cgit v1.2.1