summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:21:16 -0600
commitef71f46965855308db367f74956513eccc71bc46 (patch)
tree71f1aca189b7beda22f9e95b19608dccfa4f3050 /wifi
parentbdf47e8ffbf1c94f4852d9aa2eb535a9ec176658 (diff)
downloadtdenetwork-ef71f46965855308db367f74956513eccc71bc46.tar.gz
tdenetwork-ef71f46965855308db367f74956513eccc71bc46.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'wifi')
-rw-r--r--wifi/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wifi/main.cpp b/wifi/main.cpp
index 1168d961..5edc8a9f 100644
--- a/wifi/main.cpp
+++ b/wifi/main.cpp
@@ -36,8 +36,8 @@ static KCmdLineOptions options[] = {
int
main (int argc, char *argv[])
{
- KAboutData aboutData ("kwifimanager", I18N_NOOP ("KWiFiManager"), VERSION,
- description, KAboutData::License_GPL,
+ TDEAboutData aboutData ("kwifimanager", I18N_NOOP ("KWiFiManager"), VERSION,
+ description, TDEAboutData::License_GPL,
"(c) 2001-05, Stefan Winter");
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"),