From ef71f46965855308db367f74956513eccc71bc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:21:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- wifi/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wifi/main.cpp') 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"), -- cgit v1.2.1