diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
commit | 127600d4f12c1787365edc471904f9732743c771 (patch) | |
tree | 4c777038220b063fd8c3f65600d46e5bd5af9d89 /kmouth/wordcompletion | |
parent | f96a5d2fa5dd584667011b04f59941166e9399d4 (diff) | |
download | tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.tar.gz tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kmouth/wordcompletion')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletion.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordlist.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index c89c9cf..8584e60 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -30,7 +30,7 @@ #include <klocale.h> #include <kcombobox.h> #include <ksconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstandarddirs.h> #include <kprogress.h> #include <tdeconfig.h> diff --git a/kmouth/wordcompletion/wordcompletion.cpp b/kmouth/wordcompletion/wordcompletion.cpp index 1c49d86..8d5f1e4 100644 --- a/kmouth/wordcompletion/wordcompletion.cpp +++ b/kmouth/wordcompletion/wordcompletion.cpp @@ -1,7 +1,7 @@ #include <tqregexp.h> #include <tqfile.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstandarddirs.h> #include <tdeconfig.h> diff --git a/kmouth/wordcompletion/wordlist.cpp b/kmouth/wordcompletion/wordlist.cpp index d01520c..d081110 100644 --- a/kmouth/wordcompletion/wordlist.cpp +++ b/kmouth/wordcompletion/wordlist.cpp @@ -20,7 +20,7 @@ #include <tqregexp.h> #include <tqdir.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstandarddirs.h> #include <kprogress.h> #include <klocale.h> |