diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /parts/tools | |
parent | fd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff) | |
download | tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'parts/tools')
-rw-r--r-- | parts/tools/kapplicationtree.cpp | 2 | ||||
-rw-r--r-- | parts/tools/tools_part.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/parts/tools/kapplicationtree.cpp b/parts/tools/kapplicationtree.cpp index edf89043..287e5b40 100644 --- a/parts/tools/kapplicationtree.cpp +++ b/parts/tools/kapplicationtree.cpp @@ -53,7 +53,7 @@ #include <kmimetype.h> #include <kservicegroup.h> #include <klistview.h> -#include <ksycoca.h> +#include <tdesycoca.h> #include <kdebug.h> #include "kapplicationtree.h" diff --git a/parts/tools/tools_part.cpp b/parts/tools/tools_part.cpp index b414fbbb..b35ac551 100644 --- a/parts/tools/tools_part.cpp +++ b/parts/tools/tools_part.cpp @@ -15,9 +15,9 @@ #include <kdialogbase.h> #include <kiconloader.h> #include <klocale.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kprocess.h> -#include <ktexteditor/document.h> +#include <tdetexteditor/document.h> #include "kdevcore.h" #include "kdevproject.h" |