From 4bc3dcd8cbc23e1470e121e25a83d57c22e61b26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:00:38 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- konq-plugins/searchbar/searchbar.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'konq-plugins/searchbar') diff --git a/konq-plugins/searchbar/searchbar.cpp b/konq-plugins/searchbar/searchbar.cpp index 7542a0f..e6c1830 100644 --- a/konq-plugins/searchbar/searchbar.cpp +++ b/konq-plugins/searchbar/searchbar.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include @@ -448,13 +448,13 @@ void SearchBarPlugin::selectSearchEngines() { TDEProcess *process = new TDEProcess; - *process << "kcmshell" << "ebrowsing"; + *process << "tdecmshell" << "ebrowsing"; connect(process, TQT_SIGNAL(processExited(TDEProcess *)), TQT_SLOT(searchEnginesSelected(TDEProcess *))); if(!process->start()) { - kdDebug(1202) << "Couldn't invoke kcmshell." << endl; + kdDebug(1202) << "Couldn't invoke tdecmshell." << endl; delete process; } } -- cgit v1.2.1