diff options
Diffstat (limited to 'buildtools/pascal')
-rw-r--r-- | buildtools/pascal/pascalglobaloptionsdlg.cpp | 2 | ||||
-rw-r--r-- | buildtools/pascal/pascalproject_part.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/pascal/pascalglobaloptionsdlg.cpp b/buildtools/pascal/pascalglobaloptionsdlg.cpp index 62facc8d..cf9e42cf 100644 --- a/buildtools/pascal/pascalglobaloptionsdlg.cpp +++ b/buildtools/pascal/pascalglobaloptionsdlg.cpp @@ -15,7 +15,7 @@ #include <kurlrequester.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "kdevcompileroptions.h" diff --git a/buildtools/pascal/pascalproject_part.cpp b/buildtools/pascal/pascalproject_part.cpp index a2cb5723..4dd34709 100644 --- a/buildtools/pascal/pascalproject_part.cpp +++ b/buildtools/pascal/pascalproject_part.cpp @@ -27,7 +27,7 @@ #include <kmessagebox.h> #include <klibloader.h> #include <kservice.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <tdeversion.h> #include <kprocess.h> |