From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- lib/catalog/CMakeLists.txt | 2 +- lib/catalog/Mainpage.dox | 2 +- lib/catalog/Makefile.am | 2 +- lib/catalog/catalog.cpp | 2 +- lib/catalog/catalog.h | 2 +- lib/catalog/tag.cpp | 2 +- lib/catalog/tag.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/catalog') 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. Link with: -lkdevcatalog \$(KDEDIR)/kdevbdb/libdb.a -Include path: -I\$(kde_includes)/kdevelop/catalog -I\$(KDEDIR)/kdevbdb/include +Include path: -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 + Copyright (C) 2003 Roberto Raggi 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 + Copyright (C) 2003 Roberto Raggi 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 + Copyright (C) 2003 Roberto Raggi 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 + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public -- cgit v1.2.1