From e19722342046756a90d65060c756198e31ff4457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:11 +0200 Subject: Additional k => tde renaming and fixes --- lib/cppparser/Makefile.am | 2 +- lib/cppparser/ast.cpp | 2 +- lib/cppparser/ast.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/lookup.cpp | 2 +- lib/cppparser/lookup.h | 2 +- lib/cppparser/parser.cpp | 2 +- lib/cppparser/parser.h | 2 +- lib/cppparser/tree_parser.cpp | 2 +- lib/cppparser/tree_parser.h | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) (limited to 'lib/cppparser') diff --git a/lib/cppparser/Makefile.am b/lib/cppparser/Makefile.am index 414fea6f..4e62cebf 100644 --- a/lib/cppparser/Makefile.am +++ b/lib/cppparser/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes) AM_CXXFLAGS = -DKDEVELOP_BGPARSER lib_LTLIBRARIES = libkdevcppparser.la libkdevcppparser_la_LDFLAGS = $(all_libraries) -libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_KPARTS) -ltdetexteditor $(LIB_KIO) -ltdescript +libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) -ltdetexteditor $(LIB_TDEIO) -ltdescript libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp index 260dd87b..20cf0fc8 100644 --- a/lib/cppparser/ast.cpp +++ b/lib/cppparser/ast.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 8c185970..4c71855a 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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/driver.cpp b/lib/cppparser/driver.cpp index 9dda06d2..c1a6f55a 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -1,6 +1,6 @@ /* This file is part of TDevelop - 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 5e101839..d615a12b 100644 --- a/lib/cppparser/driver.h +++ b/lib/cppparser/driver.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 81c15660..5ce5058d 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 4898e312..26b63f2c 100644 --- a/lib/cppparser/errors.h +++ b/lib/cppparser/errors.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 82d43aa9..5325c80f 100644 --- a/lib/cppparser/lexer.cpp +++ b/lib/cppparser/lexer.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 adc664e5..10be7705 100644 --- a/lib/cppparser/lexer.h +++ b/lib/cppparser/lexer.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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.cpp b/lib/cppparser/lookup.cpp index 98a607e0..2056d0b4 100644 --- a/lib/cppparser/lookup.cpp +++ b/lib/cppparser/lookup.cpp @@ -1,6 +1,6 @@ /* This file is part of TDevelop 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 811798a3..fff6a8c6 100644 --- a/lib/cppparser/lookup.h +++ b/lib/cppparser/lookup.h @@ -1,6 +1,6 @@ /* This file is part of TDevelop 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/parser.cpp b/lib/cppparser/parser.cpp index fb1cdac1..5e394b27 100644 --- a/lib/cppparser/parser.cpp +++ b/lib/cppparser/parser.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 c5527516..fbefd8c5 100644 --- a/lib/cppparser/parser.h +++ b/lib/cppparser/parser.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 c6025d73..7ee588b8 100644 --- a/lib/cppparser/tree_parser.cpp +++ b/lib/cppparser/tree_parser.cpp @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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 e7ab70bd..e0a56240 100644 --- a/lib/cppparser/tree_parser.h +++ b/lib/cppparser/tree_parser.h @@ -1,5 +1,5 @@ /* This file is part of TDevelop - 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