diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:33 -0600 |
commit | 81ad4ed9d598c783e843d15c8b5d73b645791694 (patch) | |
tree | ac63658172524767364a266058e600a1fc640d15 /src | |
parent | 295c92deaf477bf10ffb11ad9f9843b411799df1 (diff) | |
download | wlassistant-81ad4ed9d598c783e843d15c8b5d73b645791694.tar.gz wlassistant-81ad4ed9d598c783e843d15c8b5d73b645791694.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |