diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /buildtools/lib/base | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'buildtools/lib/base')
-rw-r--r-- | buildtools/lib/base/CMakeLists.txt | 4 | ||||
-rw-r--r-- | buildtools/lib/base/Mainpage.dox | 2 | ||||
-rw-r--r-- | buildtools/lib/base/Makefile.am | 4 | ||||
-rw-r--r-- | buildtools/lib/base/kdevbuildtool.cpp | 2 | ||||
-rw-r--r-- | buildtools/lib/base/kdevbuildtool.h | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/buildtools/lib/base/CMakeLists.txt b/buildtools/lib/base/CMakeLists.txt index 1f3e9fbf..f3585669 100644 --- a/buildtools/lib/base/CMakeLists.txt +++ b/buildtools/lib/base/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( install( FILES kdevbuildtool.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/buildtools/base ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/base ) ##### kdevbuildbase (shared) #################### @@ -35,6 +35,6 @@ install( FILES tde_add_library( kdevbuildbase SHARED AUTOMOC SOURCES kdevbuildtool.cpp VERSION 0.0.0 - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/buildtools/lib/base/Mainpage.dox b/buildtools/lib/base/Mainpage.dox index dbf199a5..3e16d2d8 100644 --- a/buildtools/lib/base/Mainpage.dox +++ b/buildtools/lib/base/Mainpage.dox @@ -5,7 +5,7 @@ This library contains base classes for KDevelop builtool support plugins. <b>Link with</b>: -lkdevbuildbase -<b>Include path</b>: -I\$(kde_includes)/kdevelop/buildtools/base +<b>Include path</b>: -I\$(kde_includes)/tdevelop/buildtools/base \section btbaseoverview Overview This library is created to provide KDevBuildTool compat class which can be used diff --git a/buildtools/lib/base/Makefile.am b/buildtools/lib/base/Makefile.am index 27fc66c5..be6b9576 100644 --- a/buildtools/lib/base/Makefile.am +++ b/buildtools/lib/base/Makefile.am @@ -6,8 +6,8 @@ lib_LTLIBRARIES = libkdevbuildbase.la libkdevbuildbase_la_LDFLAGS = $(all_libraries) libkdevbuildbase_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_QT) $(LIB_TDEUI) libkdevbuildbase_la_SOURCES = kdevbuildtool.cpp -kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/base -kdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h +tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/base +tdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevextensions DOXYGEN_PROJECTNAME = KDevelop Buildtool Base Library diff --git a/buildtools/lib/base/kdevbuildtool.cpp b/buildtools/lib/base/kdevbuildtool.cpp index 2dfc3d84..29e2c96a 100644 --- a/buildtools/lib/base/kdevbuildtool.cpp +++ b/buildtools/lib/base/kdevbuildtool.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/base/kdevbuildtool.h b/buildtools/lib/base/kdevbuildtool.h index ff1abcc0..46545109 100644 --- a/buildtools/lib/base/kdevbuildtool.h +++ b/buildtools/lib/base/kdevbuildtool.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.org> - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public |