diff options
Diffstat (limited to 'lib/interfaces/kdevcore.h')
-rw-r--r-- | lib/interfaces/kdevcore.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h index 7e3aa6ee..efba7d50 100644 --- a/lib/interfaces/kdevcore.h +++ b/lib/interfaces/kdevcore.h @@ -1,14 +1,14 @@ /* This file is part of the KDE project Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel <[email protected]> - Copyright (C) 2001-2002 Bernd Gehrmann <[email protected]> - Copyright (C) 2001 Sandy Meier <[email protected]> + Copyright (C) 2001-2002 Bernd Gehrmann <[email protected]> + Copyright (C) 2001 Sandy Meier <[email protected]> Copyright (C) 2002 Daniel Engelschalt <[email protected]> Copyright (C) 2002 Simon Hausmann <[email protected]> - Copyright (C) 2002-2003 Roberto Raggi <[email protected]> + Copyright (C) 2002-2003 Roberto Raggi <[email protected]> Copyright (C) 2003 Mario Scalas <[email protected]> - Copyright (C) 2003 Harald Fernengel <[email protected]> + Copyright (C) 2003 Harald Fernengel <[email protected]> Copyright (C) 2003 Hamish Rodda <[email protected]> - Copyright (C) 2004 Alexander Dymo <[email protected]> + Copyright (C) 2004 Alexander Dymo <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -102,7 +102,7 @@ class Context public: /**Pre-defined context types. More may be added so it is possible to add custom contexts. <strong>We reserve enum values until 1000 (yeah, it is one thousand ) - for kdevelop official context types.</strong>*/ + for tdevelop official context types.</strong>*/ enum Type { EditorContext, /**<Editor context menu.*/ |