summaryrefslogtreecommitdiffstats
path: root/kmouth
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:18 -0600
commit127600d4f12c1787365edc471904f9732743c771 (patch)
tree4c777038220b063fd8c3f65600d46e5bd5af9d89 /kmouth
parentf96a5d2fa5dd584667011b04f59941166e9399d4 (diff)
downloadtdeaccessibility-127600d4f12c1787365edc471904f9732743c771.tar.gz
tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kmouth')
-rw-r--r--kmouth/configwizard.cpp2
-rw-r--r--kmouth/kmouth.h2
-rw-r--r--kmouth/main.cpp4
-rw-r--r--kmouth/phrasebook/phrasebookdialog.cpp2
-rw-r--r--kmouth/texttospeechsystem.cpp2
-rw-r--r--kmouth/wordcompletion/dictionarycreationwizard.cpp2
-rw-r--r--kmouth/wordcompletion/wordcompletion.cpp2
-rw-r--r--kmouth/wordcompletion/wordlist.cpp2
8 files changed, 9 insertions, 9 deletions
diff --git a/kmouth/configwizard.cpp b/kmouth/configwizard.cpp
index ce1facf..41c8dfc 100644
--- a/kmouth/configwizard.cpp
+++ b/kmouth/configwizard.cpp
@@ -21,7 +21,7 @@
#include <tqlabel.h>
#include <tdelistview.h>
#include <klocale.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kstandarddirs.h>
#include <ksconfig.h>
#include <tdeconfig.h>
diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h
index 241e4e1..79f1aa0 100644
--- a/kmouth/kmouth.h
+++ b/kmouth/kmouth.h
@@ -27,7 +27,7 @@
// include files for TQt
// include files for KDE
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdemainwindow.h>
#include <tdeaccel.h>
#include <tdeaction.h>
diff --git a/kmouth/main.cpp b/kmouth/main.cpp
index 779de1b..50cf6ee 100644
--- a/kmouth/main.cpp
+++ b/kmouth/main.cpp
@@ -16,8 +16,8 @@
***************************************************************************/
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <kuniqueapplication.h>
diff --git a/kmouth/phrasebook/phrasebookdialog.cpp b/kmouth/phrasebook/phrasebookdialog.cpp
index 97d5de7..0d60ea0 100644
--- a/kmouth/phrasebook/phrasebookdialog.cpp
+++ b/kmouth/phrasebook/phrasebookdialog.cpp
@@ -33,7 +33,7 @@
#include <tdepopupmenu.h>
#include <klocale.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdelistview.h>
#include <kiconloader.h>
#include <kguiitem.h>
diff --git a/kmouth/texttospeechsystem.cpp b/kmouth/texttospeechsystem.cpp
index 36e1f67..8664a99 100644
--- a/kmouth/texttospeechsystem.cpp
+++ b/kmouth/texttospeechsystem.cpp
@@ -22,7 +22,7 @@
#include <tqptrlist.h>
#include <stdlib.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <tdeconfig.h>
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>