diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:21:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:21:16 -0600 |
commit | ef71f46965855308db367f74956513eccc71bc46 (patch) | |
tree | 71f1aca189b7beda22f9e95b19608dccfa4f3050 /wifi | |
parent | bdf47e8ffbf1c94f4852d9aa2eb535a9ec176658 (diff) | |
download | tdenetwork-ef71f46965855308db367f74956513eccc71bc46.tar.gz tdenetwork-ef71f46965855308db367f74956513eccc71bc46.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/main.cpp | 4 |
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"), "[email protected]"); aboutData.addCredit ("Helge Deller", I18N_NOOP("Lots of Fixes and Optimizations, added Session Management"), |