diff options
Diffstat (limited to 'parts/tools/tools_part.cpp')
-rw-r--r-- | parts/tools/tools_part.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/tools/tools_part.cpp b/parts/tools/tools_part.cpp index b414fbbb..b35ac551 100644 --- a/parts/tools/tools_part.cpp +++ b/parts/tools/tools_part.cpp @@ -15,9 +15,9 @@ #include <kdialogbase.h> #include <kiconloader.h> #include <klocale.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kprocess.h> -#include <ktexteditor/document.h> +#include <tdetexteditor/document.h> #include "kdevcore.h" #include "kdevproject.h" |