summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:59:41 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:59:41 -0600
commit72e669725665be4c7e9d4af6bbe29adb45bca834 (patch)
tree2f9405d48711eb0a3add4ffb3d75b64458c84664
parent5032f474170279ad59643ecfeb0d0bf8c4af0fcd (diff)
downloadwlassistant-72e669725665be4c7e9d4af6bbe29adb45bca834.tar.gz
wlassistant-72e669725665be4c7e9d4af6bbe29adb45bca834.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d39cd33..9175d85 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,8 +39,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
- KAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "[email protected]");
+ TDEAboutData about("wlassistant", I18N_NOOP("Wireless Assistant"), version, description,
+ TDEAboutData::License_GPL, "(C) %{YEAR} Pawel Nawrocki", 0, 0, "[email protected]");
about.addAuthor( "Pawel Nawrocki", 0, "[email protected]" );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );