From 81ad4ed9d598c783e843d15c8b5d73b645791694 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sat, 19 Jan 2013 18:46:33 -0600
Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4

---
 src/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/main.cpp b/src/main.cpp
index cdc8fc6..2ad3d44 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -42,8 +42,8 @@ int main(int argc, char **argv)
         KAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
                          KAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "pnawrocki@interia.pl");
         about.addAuthor( "Pawel Nawrocki", 0, "pnawrocki@interia.pl" );
-        KCmdLineArgs::init(argc, argv, &about);
-        KCmdLineArgs::addCmdLineOptions( options );
+        TDECmdLineArgs::init(argc, argv, &about);
+        TDECmdLineArgs::addCmdLineOptions( options );
         KApplication app;
         WirelessAssistant *mainWin = 0;
                 mainWin = new WirelessAssistant();
-- 
cgit v1.2.1