diff options
Diffstat (limited to 'tdespell2/ui')
-rw-r--r-- | tdespell2/ui/dialog.cpp | 2 | ||||
-rw-r--r-- | tdespell2/ui/highlighter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/ui/dialog.cpp b/tdespell2/ui/dialog.cpp index 82548a406..a0ff36c01 100644 --- a/tdespell2/ui/dialog.cpp +++ b/tdespell2/ui/dialog.cpp @@ -27,7 +27,7 @@ #include "dictionary.h" #include "settings.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <kdebug.h> diff --git a/tdespell2/ui/highlighter.cpp b/tdespell2/ui/highlighter.cpp index 2d185462d..176d69232 100644 --- a/tdespell2/ui/highlighter.cpp +++ b/tdespell2/ui/highlighter.cpp @@ -24,7 +24,7 @@ #include "dictionary.h" #include "settings.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <tqtextedit.h> |