summaryrefslogtreecommitdiffstats
path: root/khelpcenter/htmlsearch/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/htmlsearch/index.cpp')
-rw-r--r--khelpcenter/htmlsearch/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp
index c7b5bce41..82bf23689 100644
--- a/khelpcenter/htmlsearch/index.cpp
+++ b/khelpcenter/htmlsearch/index.cpp
@@ -22,7 +22,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::addCmdLineOptions( options );
- KGlobal::locale()->setMainCatalogue("htmlsearch");
+ TDEGlobal::locale()->setMainCatalogue("htmlsearch");
TDEApplication app;
HTMLSearch search;