summaryrefslogtreecommitdiffstats
path: root/konq-plugins/searchbar/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/searchbar/searchbar.cpp')
-rw-r--r--konq-plugins/searchbar/searchbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/searchbar/searchbar.cpp b/konq-plugins/searchbar/searchbar.cpp
index 5bdb373..a5b894c 100644
--- a/konq-plugins/searchbar/searchbar.cpp
+++ b/konq-plugins/searchbar/searchbar.cpp
@@ -26,7 +26,7 @@
#include <tdeaction.h>
#include <tdeconfig.h>
#include <kdebug.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <kgenericfactory.h>
#include <tdeglobal.h>
#include <tdehtml_part.h>
@@ -497,7 +497,7 @@ void SearchBarPlugin::configurationChanged()
}
else
{
- KDesktopFile file("searchproviders/" + engine + ".desktop", true, "services");
+ TDEDesktopFile file("searchproviders/" + engine + ".desktop", true, "services");
m_providerName = file.readName();
}