diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /kate | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kate')
-rw-r--r-- | kate/ChangeLog | 12 | ||||
-rw-r--r-- | kate/Mainpage.dox | 2 | ||||
-rw-r--r-- | kate/app/kateapp.cpp | 2 | ||||
-rw-r--r-- | kate/app/katemwmodonhddialog.cpp | 2 | ||||
-rw-r--r-- | kate/app/kwritemain.cpp | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/kate/ChangeLog b/kate/ChangeLog index 68dc0da01..e6aedc9b6 100644 --- a/kate/ChangeLog +++ b/kate/ChangeLog @@ -44,7 +44,7 @@ 2001-11-29 Joseph Wenninger <jowenn@kde.org> * KWrite/Kate use different font settings for printing and viewing now - * Fixed a small crash in my kdevelop->kate port of the codecompletion interface + * Fixed a small crash in my tdevelop->kate port of the codecompletion interface 2001-11-26 Christoph Cullmann <cullmann@kde.org> * backspace bug fixed @@ -109,21 +109,21 @@ * myself back again ;) * now kate is clean (only qt3), no backports ;) -2001-08-24 christian@kdevelop.org +2001-08-24 christian@tdevelop.org * reimplement the commenting of selections on some languages -2001-08-19 christian@kdevelop.org +2001-08-19 christian@tdevelop.org * added back Sather highlighting support * improved Eiffel language syntax highlighting support * added Eiffel language comment directive in eiffel.xml * added Ada language comment directive in ada.xml -2001-08-15 christian@kdevelop.org +2001-08-15 christian@tdevelop.org * committed Eiffel language syntax highlighting support 2001-08-08 rokrau@yahoo.com * committed changes to Kate's API necessary for integration of kate as - a kpart into kdevelop + a kpart into tdevelop 2001-05-13 Christoph Cullmann <cullmann@kde.org> * after some time of learning for my "Abitur" now again some fixes ;): @@ -256,7 +256,7 @@ Soon to come 2001-02-26 Christoph Cullmann <cullmann@kde.org> - * Kate is a part of kdebase :) + * Kate is a part of tdebase :) sourceforge.net CVS won't be used in the future 2001-02-24 Phlip <phlip_cpp@my-deja.com> diff --git a/kate/Mainpage.dox b/kate/Mainpage.dox index 57571ba0f..5f237c04b 100644 --- a/kate/Mainpage.dox +++ b/kate/Mainpage.dox @@ -4,6 +4,6 @@ * the internal classes used to create Kate. It should not be * used as a public API. * -* For a public API, see the text editor interface in kdelibs. +* For a public API, see the text editor interface in tdelibs. * */ diff --git a/kate/app/kateapp.cpp b/kate/app/kateapp.cpp index ac9f9a537..c6515dc12 100644 --- a/kate/app/kateapp.cpp +++ b/kate/app/kateapp.cpp @@ -29,7 +29,7 @@ #include "../interfaces/application.h" -#include <kdeversion.h> +#include <tdeversion.h> #include <kcmdlineargs.h> #include <dcopclient.h> #include <kconfig.h> diff --git a/kate/app/katemwmodonhddialog.cpp b/kate/app/katemwmodonhddialog.cpp index 42d2089c3..0ea7cdc71 100644 --- a/kate/app/katemwmodonhddialog.cpp +++ b/kate/app/katemwmodonhddialog.cpp @@ -196,7 +196,7 @@ void KateMwModOnHdDialog::slotSelectionChanged() KateDocManager::self()->documentInfo( ((KateDocItem*)lvDocuments->currentItem())->document )->modifiedOnDiscReason != 3 ); } -// ### the code below is slightly modified from kdelibs/kate/part/katedialogs, +// ### the code below is slightly modified from tdelibs/kate/part/katedialogs, // class KateModOnHdPrompt. void KateMwModOnHdDialog::slotDiff() { diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index 98a64ed67..f47beb87f 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -34,7 +34,7 @@ #include <kio/netaccess.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <dcopclient.h> #include <kurldrag.h> #include <kencodingfiledialog.h> |