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 77bf2d62d..eb73d11cd 100644
--- a/khelpcenter/htmlsearch/index.cpp
+++ b/khelpcenter/htmlsearch/index.cpp
@@ -23,7 +23,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::addCmdLineOptions( options );
KGlobal::locale()->setMainCatalogue("htmlsearch");
- KApplication app;
+ TDEApplication app;
HTMLSearch search;
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();