diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:00:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:00:30 -0600 |
commit | a1dc980408b413b3596c22d4631d18e4c348ab98 (patch) | |
tree | 674da02d15986991970eafb46b701c1fc9b49fce /kttsd/kcmkttsmgr/kcmkttsmgr.cpp | |
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 'kttsd/kcmkttsmgr/kcmkttsmgr.cpp')
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.cpp b/kttsd/kcmkttsmgr/kcmkttsmgr.cpp index 3b8a40c..941477a 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.cpp +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.cpp @@ -46,12 +46,12 @@ #include <kgenericfactory.h> #include <kstandarddirs.h> #include <kaboutdata.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <knuminput.h> #include <kcombobox.h> #include <kinputdialog.h> #include <kmessagebox.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> // KTTS includes. #include "talkercode.h" |