summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinterimpl.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 21:47:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 21:47:09 -0500
commit0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch)
tree1fe793a9da5b636da0f2e7c185c232a51990aa16 /tdeprint/kprinterimpl.cpp
parentbe91eb61cf327d204eb087b1b0e62209362f670f (diff)
downloadtdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz
tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'tdeprint/kprinterimpl.cpp')
-rw-r--r--tdeprint/kprinterimpl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/kprinterimpl.cpp b/tdeprint/kprinterimpl.cpp
index 467982383..05e1aa0df 100644
--- a/tdeprint/kprinterimpl.cpp
+++ b/tdeprint/kprinterimpl.cpp
@@ -384,7 +384,7 @@ int KPrinterImpl::doFilterFiles(KPrinter *printer, TQStringList& files, const TQ
if (KMessageBox::warningContinueCancel(0,
"<p>" + i18n("The MIME type %1 is not supported as input of the filter chain "
"(this may happen with non-CUPS spoolers when performing page selection "
- "on a non-PostScript file). Do you want KDE to convert the file to a supported "
+ "on a non-PostScript file). Do you want TDE to convert the file to a supported "
"format?</p>").arg(mime),
TQString::null, i18n("Convert")) == KMessageBox::Continue)
{
@@ -497,14 +497,14 @@ int KPrinterImpl::autoConvertFiles(KPrinter *printer, TQStringList& files, bool
i18n("<qt>The file format <em> %1 </em> is not directly supported by the current print system. You "
"now have 3 options: "
"<ul> "
- "<li> KDE can attempt to convert this file automatically to a supported format. "
+ "<li> TDE can attempt to convert this file automatically to a supported format. "
"(Select <em>Convert</em>) </li>"
"<li> You can try to send the file to the printer without any conversion. "
"(Select <em>Keep</em>) </li>"
"<li> You can cancel the printjob. "
"(Select <em>Cancel</em>) </li>"
"</ul> "
- "Do you want KDE to attempt and convert this file to %2?</qt>").arg(mime).arg(primaryMimeType),
+ "Do you want TDE to attempt and convert this file to %2?</qt>").arg(mime).arg(primaryMimeType),
TQString::null,
i18n("Convert"),
i18n("Keep"),