diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:46 -0600 |
commit | 50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch) | |
tree | c1df4e69800be09a5873c527831b700268dd7cdf /kppp/main.cpp | |
parent | 9598af160810ee4dccabad48563ddecd071c6065 (diff) | |
download | tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kppp/main.cpp')
-rw-r--r-- | kppp/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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"), "[email protected]"); 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")) |