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/kiconeditslots.cpp | |
parent | 8c35cffcfdfc6d183d62de23dd470ff0b48905cb (diff) | |
download | tdegraphics-14b75e943ab94f87e0361800ef61a637294d85e5.tar.gz tdegraphics-14b75e943ab94f87e0361800ef61a637294d85e5.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kiconedit/kiconeditslots.cpp')
-rw-r--r-- | kiconedit/kiconeditslots.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |