summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:46 -0600
commit50d6569cdef5f0aac099f5d01864bd0e14f82ae3 (patch)
treec1df4e69800be09a5873c527831b700268dd7cdf /wifi
parent9598af160810ee4dccabad48563ddecd071c6065 (diff)
downloadtdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.tar.gz
tdenetwork-50d6569cdef5f0aac099f5d01864bd0e14f82ae3.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'wifi')
-rw-r--r--wifi/main.cpp6
1 files changed, 3 insertions, 3 deletions
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;