summaryrefslogtreecommitdiffstats
path: root/lib/cppparser
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /lib/cppparser
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'lib/cppparser')
-rw-r--r--lib/cppparser/Makefile.am2
-rw-r--r--lib/cppparser/ast.cpp2
-rw-r--r--lib/cppparser/ast.h2
-rw-r--r--lib/cppparser/driver.cpp4
-rw-r--r--lib/cppparser/driver.h2
-rw-r--r--lib/cppparser/errors.cpp2
-rw-r--r--lib/cppparser/errors.h2
-rw-r--r--lib/cppparser/lexer.cpp2
-rw-r--r--lib/cppparser/lexer.h2
-rw-r--r--lib/cppparser/lookup.cpp2
-rw-r--r--lib/cppparser/lookup.h2
-rw-r--r--lib/cppparser/parser.cpp2
-rw-r--r--lib/cppparser/parser.h2
-rw-r--r--lib/cppparser/tree_parser.cpp2
-rw-r--r--lib/cppparser/tree_parser.h2
15 files changed, 16 insertions, 16 deletions
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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
- Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de>
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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <te@profzone.ch>
- Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <te@profzone.ch>
- Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.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/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 <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public