diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /dcop/client | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'dcop/client')
-rw-r--r-- | dcop/client/CMakeLists.txt | 4 | ||||
-rw-r--r-- | dcop/client/marshall.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dcop/client/CMakeLists.txt b/dcop/client/CMakeLists.txt index 51aca7527..d0b0ee935 100644 --- a/dcop/client/CMakeLists.txt +++ b/dcop/client/CMakeLists.txt @@ -13,8 +13,8 @@ include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_BINARY_DIR}/kdecore + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_BINARY_DIR}/tdecore ) link_directories( diff --git a/dcop/client/marshall.cpp b/dcop/client/marshall.cpp index 9defa6d47..e848ac761 100644 --- a/dcop/client/marshall.cpp +++ b/dcop/client/marshall.cpp @@ -21,7 +21,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ******************************************************************/ #define KDE_QT_ONLY -#include "../../kdecore/kurl.cpp" +#include "../../tdecore/kurl.cpp" bool mkBool( const TQString& s ) { |