diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /lib/interfaces/external | |
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 'lib/interfaces/external')
-rw-r--r-- | lib/interfaces/external/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/interfaces/external/Makefile.am | 2 | ||||
-rw-r--r-- | lib/interfaces/external/designer.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/interfaces/external/CMakeLists.txt b/lib/interfaces/external/CMakeLists.txt index cee645d0..353721fd 100644 --- a/lib/interfaces/external/CMakeLists.txt +++ b/lib/interfaces/external/CMakeLists.txt @@ -27,7 +27,7 @@ install( FILES tde_add_library( kinterfacedesigner SHARED AUTOMOC SOURCES designer.cpp - LINK kparts-shared tdeui-shared + LINK tdeparts-shared tdeui-shared VERSION 0.0.0 DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/lib/interfaces/external/Makefile.am b/lib/interfaces/external/Makefile.am index 63e15465..8d022993 100644 --- a/lib/interfaces/external/Makefile.am +++ b/lib/interfaces/external/Makefile.am @@ -10,6 +10,6 @@ libkinterfacedesigner_la_LIBADD = $(LIB_QT) $(LIB_KPARTS) $(LIB_TDEUI) libkinterfacedesigner_la_LDFLAGS = $(all_libraries) libkinterfacedesigner_la_SOURCES = designer.cpp -DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi kio kjs tdeparts tdeutils DOXYGEN_PROJECTNAME = KInterfaceDesigner Library include ../../../Doxyfile.am diff --git a/lib/interfaces/external/designer.h b/lib/interfaces/external/designer.h index 4396c1ab..b84e2268 100644 --- a/lib/interfaces/external/designer.h +++ b/lib/interfaces/external/designer.h @@ -19,7 +19,7 @@ #ifndef KINTERFACEDESIGNER_FORMEDITOR_H #define KINTERFACEDESIGNER_FORMEDITOR_H -#include <kparts/part.h> +#include <tdeparts/part.h> /**Contains KInterfaceDesigner classes.*/ namespace KInterfaceDesigner{ |