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 /lib/catalog | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'lib/catalog')
-rw-r--r-- | lib/catalog/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/catalog/Mainpage.dox | 2 | ||||
-rw-r--r-- | lib/catalog/Makefile.am | 2 | ||||
-rw-r--r-- | lib/catalog/catalog.cpp | 2 | ||||
-rw-r--r-- | lib/catalog/catalog.h | 2 | ||||
-rw-r--r-- | lib/catalog/tag.cpp | 2 | ||||
-rw-r--r-- | lib/catalog/tag.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/catalog/CMakeLists.txt b/lib/catalog/CMakeLists.txt index 6f5a631d..5c1b4f2b 100644 --- a/lib/catalog/CMakeLists.txt +++ b/lib/catalog/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( install( FILES catalog.h tag.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/catalog ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/catalog ) ##### kdevcatalog (shared) ###################### diff --git a/lib/catalog/Mainpage.dox b/lib/catalog/Mainpage.dox index f18b8ced..4f34c491 100644 --- a/lib/catalog/Mainpage.dox +++ b/lib/catalog/Mainpage.dox @@ -5,6 +5,6 @@ This is the persistant symbol store library working with BerkeleyDb backend. <b>Link with</b>: -lkdevcatalog \$(KDEDIR)/kdevbdb/libdb.a -<b>Include path</b>: -I\$(kde_includes)/kdevelop/catalog -I\$(KDEDIR)/kdevbdb/include +<b>Include path</b>: -I\$(kde_includes)/tdevelop/catalog -I\$(KDEDIR)/kdevbdb/include */ diff --git a/lib/catalog/Makefile.am b/lib/catalog/Makefile.am index 30a0a1e4..e88e6d19 100644 --- a/lib/catalog/Makefile.am +++ b/lib/catalog/Makefile.am @@ -4,7 +4,7 @@ libkdevcatalog_la_SOURCES = tag.cpp catalog.cpp libkdevcatalog_la_LDFLAGS = -no-undefined $(all_libraries) $(DB3LDFLAGS) libkdevcatalog_la_LIBADD = -l$(DB3LIB) $(LIB_TDECORE) $(LIB_QT) -kdevcatalogincludedir = $(includedir)/kdevelop/catalog +kdevcatalogincludedir = $(includedir)/tdevelop/catalog kdevcataloginclude_HEADERS = catalog.h tag.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/catalog/catalog.cpp b/lib/catalog/catalog.cpp index d8bff1bc..7b7f63ec 100644 --- a/lib/catalog/catalog.cpp +++ b/lib/catalog/catalog.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@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/lib/catalog/catalog.h b/lib/catalog/catalog.h index c581dc8c..3f5080d2 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@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/lib/catalog/tag.cpp b/lib/catalog/tag.cpp index 966e9713..5543b8c3 100644 --- a/lib/catalog/tag.cpp +++ b/lib/catalog/tag.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@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/lib/catalog/tag.h b/lib/catalog/tag.h index 23b2efef..95604c83 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public |