diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /kate/part | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
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 <jowenn@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de> - Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.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/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 <jowenn@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de> - Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.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/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 <christian@kdevelop.org> + Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> 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 <christian@kdevelop.org> + Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> 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 <christian@kdevelop.org> + Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> 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 <christian@kdevelop.org> + Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> 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"); |