diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/catalog | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'lib/catalog')
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/catalog/Mainpage.dox b/lib/catalog/Mainpage.dox index 128d7351..0d716246 100644 --- a/lib/catalog/Mainpage.dox +++ b/lib/catalog/Mainpage.dox @@ -1,5 +1,5 @@ /** -@mainpage The KDevelop Catalog Library +@mainpage The TDevelop Catalog Library This is the persistant symbol store library working with BerkeleyDb backend. diff --git a/lib/catalog/Makefile.am b/lib/catalog/Makefile.am index e88e6d19..f9c81448 100644 --- a/lib/catalog/Makefile.am +++ b/lib/catalog/Makefile.am @@ -8,6 +8,6 @@ kdevcatalogincludedir = $(includedir)/tdevelop/catalog kdevcataloginclude_HEADERS = catalog.h tag.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils -DOXYGEN_PROJECTNAME = KDevelop Catalog Library +DOXYGEN_PROJECTNAME = TDevelop Catalog Library DOXYGEN_DOCDIRPREFIX = kdev include ../../Doxyfile.am diff --git a/lib/catalog/catalog.cpp b/lib/catalog/catalog.cpp index 7b7f63ec..17963ddf 100644 --- a/lib/catalog/catalog.cpp +++ b/lib/catalog/catalog.cpp @@ -1,4 +1,4 @@ -/* This file is part of KDevelop +/* This file is part of TDevelop Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or diff --git a/lib/catalog/catalog.h b/lib/catalog/catalog.h index 3f5080d2..f5e3e2fb 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -1,4 +1,4 @@ -/* This file is part of KDevelop +/* This file is part of TDevelop Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or diff --git a/lib/catalog/tag.cpp b/lib/catalog/tag.cpp index 5543b8c3..dfd5a23b 100644 --- a/lib/catalog/tag.cpp +++ b/lib/catalog/tag.cpp @@ -1,4 +1,4 @@ -/* This file is part of KDevelop +/* This file is part of TDevelop Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or diff --git a/lib/catalog/tag.h b/lib/catalog/tag.h index a3f7711b..245032ee 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -1,4 +1,4 @@ -/* This file is part of KDevelop +/* This file is part of TDevelop Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org> This library is free software; you can redistribute it and/or |