diff options
author | Darrell Anderson <[email protected]> | 2012-06-03 22:24:23 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-03 22:24:23 -0500 |
commit | 14b75e943ab94f87e0361800ef61a637294d85e5 (patch) | |
tree | 87859ce7551f8b3044d359e5a14674185c2502cd /kiconedit | |
parent | 8c35cffcfdfc6d183d62de23dd470ff0b48905cb (diff) | |
download | tdegraphics-14b75e943ab94f87e0361800ef61a637294d85e5.tar.gz tdegraphics-14b75e943ab94f87e0361800ef61a637294d85e5.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kiconedit')
-rw-r--r-- | kiconedit/kicon.cpp | 2 | ||||
-rw-r--r-- | kiconedit/kiconcolors.cpp | 2 | ||||
-rw-r--r-- | kiconedit/kiconconfig.cpp | 2 | ||||
-rw-r--r-- | kiconedit/kiconeditslots.cpp | 4 | ||||
-rw-r--r-- | kiconedit/kicongrid.cpp | 2 | ||||
-rw-r--r-- | kiconedit/kicongrid.h | 2 | ||||
-rw-r--r-- | kiconedit/properties.cpp | 2 | ||||
-rw-r--r-- | kiconedit/utils.cpp | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/kiconedit/kicon.cpp b/kiconedit/kicon.cpp index 9a4da93c..a69bf412 100644 --- a/kiconedit/kicon.cpp +++ b/kiconedit/kicon.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or diff --git a/kiconedit/kiconcolors.cpp b/kiconedit/kiconcolors.cpp index 8e5daf84..6e0e2632 100644 --- a/kiconedit/kiconcolors.cpp +++ b/kiconedit/kiconcolors.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or diff --git a/kiconedit/kiconconfig.cpp b/kiconedit/kiconconfig.cpp index 8755e0ac..207629b4 100644 --- a/kiconedit/kiconconfig.cpp +++ b/kiconedit/kiconconfig.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or diff --git a/kiconedit/kiconeditslots.cpp b/kiconedit/kiconeditslots.cpp index e6b8fe67..f0c42eb3 100644 --- a/kiconedit/kiconeditslots.cpp +++ b/kiconedit/kiconeditslots.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or @@ -198,7 +198,7 @@ void KIconEdit::slotPrint() if ( printer.setup(this, i18n("Print %1").arg(icon->url().section('/', -1))) ) { int margin = 10, yPos = 0; - printer.setCreator("KDE Icon Editor"); + printer.setCreator("TDE Icon Editor"); TQPainter p; p.begin( &printer ); diff --git a/kiconedit/kicongrid.cpp b/kiconedit/kicongrid.cpp index 686238a0..ec097a90 100644 --- a/kiconedit/kicongrid.cpp +++ b/kiconedit/kicongrid.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE. + TDE Icon Editor - a small graphics drawing program for the TDE. Copyright (C) 1998 Thomas Tanghus ([email protected]) Includes portions of code from TQt, diff --git a/kiconedit/kicongrid.h b/kiconedit/kicongrid.h index 1b153be4..0b1cbc83 100644 --- a/kiconedit/kicongrid.h +++ b/kiconedit/kicongrid.h @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE. + TDE Icon Editor - a small graphics drawing program for the TDE. Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or diff --git a/kiconedit/properties.cpp b/kiconedit/properties.cpp index f2ff221a..53c5f5c4 100644 --- a/kiconedit/properties.cpp +++ b/kiconedit/properties.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) This program is free software; you can redistribute it and/or diff --git a/kiconedit/utils.cpp b/kiconedit/utils.cpp index 375fa946..8efeb547 100644 --- a/kiconedit/utils.cpp +++ b/kiconedit/utils.cpp @@ -1,5 +1,5 @@ /* - KDE Icon Editor - a small graphics drawing program for the KDE + TDE Icon Editor - a small graphics drawing program for the TDE Copyright (C) 1998 Thomas Tanghus ([email protected]) |