diff options
Diffstat (limited to 'khelpcenter/kcmhelpcenter.cpp')
-rw-r--r-- | khelpcenter/kcmhelpcenter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/kcmhelpcenter.cpp b/khelpcenter/kcmhelpcenter.cpp index 303dbfec5..10c94dc43 100644 --- a/khelpcenter/kcmhelpcenter.cpp +++ b/khelpcenter/kcmhelpcenter.cpp @@ -30,11 +30,11 @@ #include <kdebug.h> #include <klocale.h> #include <kglobal.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kdialog.h> #include <kstandarddirs.h> #include <kprocess.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <ktempfile.h> #include <kurlrequester.h> |