From b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:58 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- wifi/kwifimanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wifi/kwifimanager.cpp') diff --git a/wifi/kwifimanager.cpp b/wifi/kwifimanager.cpp index ef3d5588..9c3472da 100644 --- a/wifi/kwifimanager.cpp +++ b/wifi/kwifimanager.cpp @@ -31,7 +31,7 @@ // include files for KDE #include -#include +#include #include #include #include @@ -558,7 +558,7 @@ void KWiFiManagerApp::slotStartConfigEditor () { TDEProcess startConf; - startConf << "tdesu" << locate("exe", "kcmshell") << "kcmwifi"; + startConf << "tdesu" << locate("exe", "tdecmshell") << "kcmwifi"; startConf.start (TDEProcess::DontCare); } @@ -612,7 +612,7 @@ TQStringList usedInterfacesList() client->registerAs( "kwifimanager" ); client->setDefaultObject( "dcop_interface" ); - // shamelessly stolen from tdelibs/kio/booksmarks/kbookmarkimporter_crash.cc + // shamelessly stolen from tdelibs/tdeio/booksmarks/kbookmarkimporter_crash.cc TQStringList ignoreInterfaces; QCStringList apps = client->registeredApplications(); for ( QCStringList::Iterator it = apps.begin(); it != apps.end(); ++it ) -- cgit v1.2.1