diff options
Diffstat (limited to 'kmouth/wordcompletion')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/klanguagebuttonhelper.cpp | 4 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionwidget.cpp | 6 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordlist.cpp | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index 8584e60..7211768 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -27,7 +27,7 @@ #include <tdelistview.h> #include <klineedit.h> #include <kurlrequester.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcombobox.h> #include <ksconfig.h> #include <tdeapplication.h> diff --git a/kmouth/wordcompletion/klanguagebuttonhelper.cpp b/kmouth/wordcompletion/klanguagebuttonhelper.cpp index 5d00ff0..a2c5e70 100644 --- a/kmouth/wordcompletion/klanguagebuttonhelper.cpp +++ b/kmouth/wordcompletion/klanguagebuttonhelper.cpp @@ -23,8 +23,8 @@ #include "klanguagebuttonhelper.h" -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include <ksimpleconfig.h> #include "klanguagebutton.h" diff --git a/kmouth/wordcompletion/wordcompletionwidget.cpp b/kmouth/wordcompletion/wordcompletionwidget.cpp index a5d1b8f..6e6002d 100644 --- a/kmouth/wordcompletion/wordcompletionwidget.cpp +++ b/kmouth/wordcompletion/wordcompletionwidget.cpp @@ -23,14 +23,14 @@ #include <tdelistview.h> #include <klineedit.h> #include <kurlrequester.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <tdeconfig.h> #include <ksimpleconfig.h> #include <tdefiledialog.h> #include <tdeio/netaccess.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include "dictionarycreationwizard.h" #include "wordcompletionwidget.h" diff --git a/kmouth/wordcompletion/wordlist.cpp b/kmouth/wordcompletion/wordlist.cpp index d081110..adf73cb 100644 --- a/kmouth/wordcompletion/wordlist.cpp +++ b/kmouth/wordcompletion/wordlist.cpp @@ -23,7 +23,7 @@ #include <tdeapplication.h> #include <kstandarddirs.h> #include <kprogress.h> -#include <klocale.h> +#include <tdelocale.h> #include "wordlist.h" |