diff options
Diffstat (limited to 'akregator/src/akregator_view.cpp')
-rw-r--r-- | akregator/src/akregator_view.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index e1ed5a1dc..3066760a8 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -67,8 +67,8 @@ #include <kdialog.h> #include <kfiledialog.h> #include <kfileitem.h> -#include <khtml_part.h> -#include <khtmlview.h> +#include <tdehtml_part.h> +#include <tdehtmlview.h> #include <kiconloader.h> #include <kinputdialog.h> #include <klineedit.h> @@ -82,7 +82,7 @@ #include <kstandarddirs.h> #include <kurl.h> #include <kxmlguifactory.h> -#include <kparts/partmanager.h> +#include <tdeparts/partmanager.h> #include <tqbuttongroup.h> #include <tqcheckbox.h> |