diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:42 -0600 |
commit | 7890a8168b35a448135a03431cd5e19519f70e41 (patch) | |
tree | 81d8834bcca8c349feec90a3323d7ebc07c5333d /src/knemod/interfaceicon.cpp | |
parent | 7843a9b39e03ed333b5c5183e23f84668293756c (diff) | |
download | knemo-7890a8168b35a448135a03431cd5e19519f70e41.tar.gz knemo-7890a8168b35a448135a03431cd5e19519f70e41.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/knemod/interfaceicon.cpp')
-rw-r--r-- | src/knemod/interfaceicon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/interfaceicon.cpp b/src/knemod/interfaceicon.cpp index 0c081a6..755f3b6 100644 --- a/src/knemod/interfaceicon.cpp +++ b/src/knemod/interfaceicon.cpp @@ -286,7 +286,7 @@ void InterfaceIcon::showConfigDialog() KNemoDaemon::sSelectedInterface = mInterface->getName(); TDEProcess process; - process << "kcmshell" << "kcm_knemo"; + process << "tdecmshell" << "kcm_knemo"; process.start( TDEProcess::DontCare ); } |