diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:15:06 -0600 |
commit | c8d2c86fa91a88915c64665a57de1e9a88c67da2 (patch) | |
tree | 1b2125a8cfb72e51006d3ffc1feaa2c186f0c810 /kttsd/kcmkttsmgr | |
parent | e7cf1663f517b900014c46cc61ffaab2813e0dc5 (diff) | |
download | tdeaccessibility-c8d2c86fa91a88915c64665a57de1e9a88c67da2.tar.gz tdeaccessibility-c8d2c86fa91a88915c64665a57de1e9a88c67da2.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/kcmkttsmgr')
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.cpp | 2 | ||||
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.cpp b/kttsd/kcmkttsmgr/kcmkttsmgr.cpp index e9cbd86..3b8a40c 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.cpp +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.cpp @@ -38,7 +38,7 @@ // KDE includes. #include <dcopclient.h> #include <klistview.h> -#include <kparts/componentfactory.h> +#include <tdeparts/componentfactory.h> #include <klineedit.h> #include <kurlrequester.h> #include <kiconloader.h> diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.h b/kttsd/kcmkttsmgr/kcmkttsmgr.h index 7660945..fc0276b 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.h +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.h @@ -29,7 +29,7 @@ #include <tdecmodule.h> #include <ktrader.h> #include <kdebug.h> -#include <kparts/part.h> +#include <tdeparts/part.h> // KTTS includes. #include "addtalker.h" |