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/cppparser/CMakeLists.txt | 2 +- lib/cppparser/Makefile.am | 2 +- lib/cppparser/ast.cpp | 2 +- lib/cppparser/ast.h | 2 +- lib/cppparser/cachemanager.cpp | 2 +- lib/cppparser/cachemanager.h | 2 +- lib/cppparser/driver.cpp | 4 ++-- lib/cppparser/driver.h | 2 +- lib/cppparser/errors.cpp | 2 +- lib/cppparser/errors.h | 2 +- lib/cppparser/lexer.cpp | 2 +- lib/cppparser/lexer.h | 2 +- lib/cppparser/lexercache.cpp | 2 +- lib/cppparser/lexercache.h | 2 +- lib/cppparser/lookup.cpp | 2 +- lib/cppparser/lookup.h | 2 +- lib/cppparser/macro.h | 2 +- lib/cppparser/parser.cpp | 2 +- lib/cppparser/parser.h | 2 +- lib/cppparser/tree_parser.cpp | 2 +- lib/cppparser/tree_parser.h | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) (limited to 'lib/cppparser') diff --git a/lib/cppparser/CMakeLists.txt b/lib/cppparser/CMakeLists.txt index d8cf531d..e9da8af2 100644 --- a/lib/cppparser/CMakeLists.txt +++ b/lib/cppparser/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( install( FILES ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/cppparser ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/cppparser ) ##### kdevcppparser (shared) #################### diff --git a/lib/cppparser/Makefile.am b/lib/cppparser/Makefile.am index f420f757..a40c5518 100644 --- a/lib/cppparser/Makefile.am +++ b/lib/cppparser/Makefile.am @@ -6,6 +6,6 @@ libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interf libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp -kdevcppparserincludedir = $(includedir)/kdevelop/cppparser +kdevcppparserincludedir = $(includedir)/tdevelop/cppparser kdevcppparserinclude_HEADERS = ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp index 334ac62a..e4e3cf5d 100644 --- a/lib/cppparser/ast.cpp +++ b/lib/cppparser/ast.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/ast.h b/lib/cppparser/ast.h index 3e53a285..c98c2fe7 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/cachemanager.cpp b/lib/cppparser/cachemanager.cpp index 966f4440..372fc026 100644 --- a/lib/cppparser/cachemanager.cpp +++ b/lib/cppparser/cachemanager.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/cachemanager.h b/lib/cppparser/cachemanager.h index 3804356f..fe8ef197 100644 --- a/lib/cppparser/cachemanager.h +++ b/lib/cppparser/cachemanager.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp index da170fa1..bcaea218 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi - Copyright (C) 2006 David Nolden + Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2006 David Nolden 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/cppparser/driver.h b/lib/cppparser/driver.h index 01ff0754..e30f7031 100644 --- a/lib/cppparser/driver.h +++ b/lib/cppparser/driver.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/errors.cpp b/lib/cppparser/errors.cpp index 9a18ddd6..e3cb19e5 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/errors.h b/lib/cppparser/errors.h index 6751475e..e0959250 100644 --- a/lib/cppparser/errors.h +++ b/lib/cppparser/errors.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp index 1b98708f..1ed9fca7 100644 --- a/lib/cppparser/lexer.cpp +++ b/lib/cppparser/lexer.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/lexer.h b/lib/cppparser/lexer.h index 7b104c76..2630edf7 100644 --- a/lib/cppparser/lexer.h +++ b/lib/cppparser/lexer.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/lexercache.cpp b/lib/cppparser/lexercache.cpp index 2d28e27d..7f420cac 100644 --- a/lib/cppparser/lexercache.cpp +++ b/lib/cppparser/lexercache.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h index a68c4a6b..535768bc 100644 --- a/lib/cppparser/lexercache.h +++ b/lib/cppparser/lexercache.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp index 172faf6a..9d52acbb 100644 --- a/lib/cppparser/lookup.cpp +++ b/lib/cppparser/lookup.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/lookup.h b/lib/cppparser/lookup.h index 54bbfeff..2a89e0d6 100644 --- a/lib/cppparser/lookup.h +++ b/lib/cppparser/lookup.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/macro.h b/lib/cppparser/macro.h index 26f2c2db..66ab5844 100644 --- a/lib/cppparser/macro.h +++ b/lib/cppparser/macro.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp index 84ada9b2..9b0a0c1f 100644 --- a/lib/cppparser/parser.cpp +++ b/lib/cppparser/parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/parser.h b/lib/cppparser/parser.h index 771df635..027360ec 100644 --- a/lib/cppparser/parser.h +++ b/lib/cppparser/parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp index 508c5229..bcb63a33 100644 --- a/lib/cppparser/tree_parser.cpp +++ b/lib/cppparser/tree_parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h index 442cd408..06c9f987 100644 --- a/lib/cppparser/tree_parser.h +++ b/lib/cppparser/tree_parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,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