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 --- wifi/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wifi/main.cpp') diff --git a/wifi/main.cpp b/wifi/main.cpp index 1ece499e..cb8fc020 100644 --- a/wifi/main.cpp +++ b/wifi/main.cpp @@ -42,9 +42,9 @@ main (int argc, char *argv[]) aboutData.addAuthor ("Stefan Winter", I18N_NOOP("Original Author and Maintainer"), "swinter@kde.org"); aboutData.addCredit ("Helge Deller", I18N_NOOP("Lots of Fixes and Optimizations, added Session Management"), "deller@kde.org"); - KCmdLineArgs::init (argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions (options); // Add our own options. - KCmdLineArgs *args = KCmdLineArgs::parsedArgs (); + TDECmdLineArgs::init (argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions (options); // Add our own options. + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs (); args->clear (); KApplication app; -- cgit v1.2.1