diff options
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"), "swinter@kde.org"); aboutData.addCredit ("Helge Deller", I18N_NOOP("Lots of Fixes and Optimizations, added Session Management"), |