diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:30 -0600 |
commit | a1dc980408b413b3596c22d4631d18e4c348ab98 (patch) | |
tree | 674da02d15986991970eafb46b701c1fc9b49fce /kmouth | |
parent | 8a9a0d9d01adc055db2b00aff01f945115581991 (diff) | |
download | tdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.tar.gz tdeaccessibility-a1dc980408b413b3596c22d4631d18e4c348ab98.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kmouth')
-rw-r--r-- | kmouth/configwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/kmouth.cpp | 2 | ||||
-rw-r--r-- | kmouth/optionsdialog.cpp | 2 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebook.cpp | 4 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasebookdialog.cpp | 2 | ||||
-rw-r--r-- | kmouth/phrasebook/phrasetree.cpp | 2 | ||||
-rw-r--r-- | kmouth/phraselist.cpp | 2 | ||||
-rw-r--r-- | kmouth/texttospeechconfigurationwidget.cpp | 2 | ||||
-rw-r--r-- | kmouth/texttospeechsystem.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletion.cpp | 2 | ||||
-rw-r--r-- | kmouth/wordcompletion/wordcompletionwidget.cpp | 6 |
12 files changed, 15 insertions, 15 deletions
diff --git a/kmouth/configwizard.cpp b/kmouth/configwizard.cpp index b92551b..9cb0b8b 100644 --- a/kmouth/configwizard.cpp +++ b/kmouth/configwizard.cpp @@ -24,7 +24,7 @@ #include <kapplication.h> #include <kstandarddirs.h> #include <ksconfig.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "texttospeechconfigurationwidget.h" #include "phrasebook/phrasebookdialog.h" diff --git a/kmouth/kmouth.cpp b/kmouth/kmouth.cpp index 7c78bae..b395ece 100644 --- a/kmouth/kmouth.cpp +++ b/kmouth/kmouth.cpp @@ -24,7 +24,7 @@ #include <kmenubar.h> #include <kstatusbar.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstdaction.h> #include <kprinter.h> #include <kpopupmenu.h> diff --git a/kmouth/optionsdialog.cpp b/kmouth/optionsdialog.cpp index e173380..c15f992 100644 --- a/kmouth/optionsdialog.cpp +++ b/kmouth/optionsdialog.cpp @@ -26,7 +26,7 @@ #include <kcombobox.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kglobal.h> #include <kiconloader.h> #include <tdecmodule.h> diff --git a/kmouth/phrasebook/phrasebook.cpp b/kmouth/phrasebook/phrasebook.cpp index 8f51ba6..6494321 100644 --- a/kmouth/phrasebook/phrasebook.cpp +++ b/kmouth/phrasebook/phrasebook.cpp @@ -27,8 +27,8 @@ #include <kpopupmenu.h> #include <ktoolbar.h> #include <ktempfile.h> -#include <kio/netaccess.h> -#include <kfiledialog.h> +#include <tdeio/netaccess.h> +#include <tdefiledialog.h> #include <kmessagebox.h> #include <kglobalsettings.h> diff --git a/kmouth/phrasebook/phrasebookdialog.cpp b/kmouth/phrasebook/phrasebookdialog.cpp index 832e184..544bc86 100644 --- a/kmouth/phrasebook/phrasebookdialog.cpp +++ b/kmouth/phrasebook/phrasebookdialog.cpp @@ -38,7 +38,7 @@ #include <kiconloader.h> #include <kguiitem.h> #include <kmessagebox.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kstandarddirs.h> #include <kdesktopfile.h> diff --git a/kmouth/phrasebook/phrasetree.cpp b/kmouth/phrasebook/phrasetree.cpp index f8e89a9..5cb29b2 100644 --- a/kmouth/phrasebook/phrasetree.cpp +++ b/kmouth/phrasebook/phrasetree.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kaction.h> #include <kstdaccel.h> #include <kshortcutlist.h> diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 24a0bd0..762fd3e 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -30,7 +30,7 @@ #include <kcursor.h> #include <kiconloader.h> #include <klocale.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kcombobox.h> #include <kmessagebox.h> diff --git a/kmouth/texttospeechconfigurationwidget.cpp b/kmouth/texttospeechconfigurationwidget.cpp index 64c7035..144db1c 100644 --- a/kmouth/texttospeechconfigurationwidget.cpp +++ b/kmouth/texttospeechconfigurationwidget.cpp @@ -17,7 +17,7 @@ #include "texttospeechconfigurationwidget.h" -#include <kconfig.h> +#include <tdeconfig.h> #include <tqtextcodec.h> #include <tqptrlist.h> #include <tqlayout.h> diff --git a/kmouth/texttospeechsystem.cpp b/kmouth/texttospeechsystem.cpp index b061f6b..36e1f67 100644 --- a/kmouth/texttospeechsystem.cpp +++ b/kmouth/texttospeechsystem.cpp @@ -24,7 +24,7 @@ #include <kapplication.h> #include <dcopclient.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "speech.h" diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index b7edf60..dff21e8 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -33,7 +33,7 @@ #include <kapplication.h> #include <kstandarddirs.h> #include <kprogress.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "dictionarycreationwizard.h" #include "klanguagebutton.h" diff --git a/kmouth/wordcompletion/wordcompletion.cpp b/kmouth/wordcompletion/wordcompletion.cpp index ce373a1..994c0ac 100644 --- a/kmouth/wordcompletion/wordcompletion.cpp +++ b/kmouth/wordcompletion/wordcompletion.cpp @@ -3,7 +3,7 @@ #include <kapplication.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "wordcompletion.h" diff --git a/kmouth/wordcompletion/wordcompletionwidget.cpp b/kmouth/wordcompletion/wordcompletionwidget.cpp index c9e9a1e..e35ce39 100644 --- a/kmouth/wordcompletion/wordcompletionwidget.cpp +++ b/kmouth/wordcompletion/wordcompletionwidget.cpp @@ -26,10 +26,10 @@ #include <klocale.h> #include <kglobal.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <ksimpleconfig.h> -#include <kfiledialog.h> -#include <kio/netaccess.h> +#include <tdefiledialog.h> +#include <tdeio/netaccess.h> #include <kmessagebox.h> #include "dictionarycreationwizard.h" |