diff options
Diffstat (limited to 'khelpcenter/htmlsearch/index.cpp')
-rw-r--r-- | khelpcenter/htmlsearch/index.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khelpcenter/htmlsearch/index.cpp b/khelpcenter/htmlsearch/index.cpp index 319c94e0d..b4dc93801 100644 --- a/khelpcenter/htmlsearch/index.cpp +++ b/khelpcenter/htmlsearch/index.cpp @@ -1,8 +1,8 @@ -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <kglobal.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "htmlsearch.h" |