diff options
Diffstat (limited to 'kate/part')
-rw-r--r-- | kate/part/katecodecompletion.cpp | 2 | ||||
-rw-r--r-- | kate/part/katecodecompletion.h | 2 | ||||
-rw-r--r-- | kate/part/katecursor.cpp | 2 | ||||
-rw-r--r-- | kate/part/katecursor.h | 2 | ||||
-rw-r--r-- | kate/part/katefont.cpp | 2 | ||||
-rw-r--r-- | kate/part/katefont.h | 2 | ||||
-rw-r--r-- | kate/part/kateschema.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp index 4de784289..78bd7b3c6 100644 --- a/kate/part/katecodecompletion.cpp +++ b/kate/part/katecodecompletion.cpp @@ -2,7 +2,7 @@ Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 2002 John Firebaugh <[email protected]> Copyright (C) 2001 by Victor Röder <[email protected]> - Copyright (C) 2002 by Roberto Raggi <[email protected]> + Copyright (C) 2002 by Roberto Raggi <[email protected]> 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/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index 276c3791b..3e169cce7 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -3,7 +3,7 @@ Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 2002 John Firebaugh <[email protected]> Copyright (C) 2001 by Victor Röder <[email protected]> - Copyright (C) 2002 by Roberto Raggi <[email protected]> + Copyright (C) 2002 by Roberto Raggi <[email protected]> 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/kate/part/katecursor.cpp b/kate/part/katecursor.cpp index dcd7c38bf..e951dcd32 100644 --- a/kate/part/katecursor.cpp +++ b/kate/part/katecursor.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder <[email protected]> + Copyright (C) 2002 Christian Couder <[email protected]> Copyright (C) 2001, 2003 Christoph Cullmann <[email protected]> Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 1999 Jochen Wilhelmy <[email protected]> diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h index 1b1a5322a..749bb0f76 100644 --- a/kate/part/katecursor.h +++ b/kate/part/katecursor.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder <[email protected]> + Copyright (C) 2002 Christian Couder <[email protected]> Copyright (C) 2001, 2003 Christoph Cullmann <[email protected]> Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 1999 Jochen Wilhelmy <[email protected]> diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp index 361ce5cce..89bfd0025 100644 --- a/kate/part/katefont.cpp +++ b/kate/part/katefont.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder <[email protected]> + Copyright (C) 2002 Christian Couder <[email protected]> Copyright (C) 2001 Christoph Cullmann <[email protected]> Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 1999 Jochen Wilhelmy <[email protected]> diff --git a/kate/part/katefont.h b/kate/part/katefont.h index f9e0c1d83..ac82338ea 100644 --- a/kate/part/katefont.h +++ b/kate/part/katefont.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder <[email protected]> + Copyright (C) 2002 Christian Couder <[email protected]> Copyright (C) 2001 Christoph Cullmann <[email protected]> Copyright (C) 2001 Joseph Wenninger <[email protected]> Copyright (C) 1999 Jochen Wilhelmy <[email protected]> diff --git a/kate/part/kateschema.cpp b/kate/part/kateschema.cpp index fb42ea72d..b355c58aa 100644 --- a/kate/part/kateschema.cpp +++ b/kate/part/kateschema.cpp @@ -296,7 +296,7 @@ KateSchemaConfigColorTab::KateSchemaConfigColorTab( TQWidget *parent, const char label->tqsetAlignment( AlignLeft|AlignVCenter); m_current = new KColorButton(b); - // Markers from kdelibs/interfaces/ktextinterface/markinterface.h + // Markers from tdelibs/interfaces/ktextinterface/markinterface.h b = new TQHBox (gbTextArea); b->setSpacing(KDialog::spacingHint()); m_combobox = new KComboBox(b, "color_combo_box"); |