diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
commit | 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch) | |
tree | 1fe793a9da5b636da0f2e7c185c232a51990aa16 /tdeprint | |
parent | be91eb61cf327d204eb087b1b0e62209362f670f (diff) | |
download | tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/kmvirtualmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/kprinterimpl.cpp | 6 | ||||
-rw-r--r-- | tdeprint/tdeprintd.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tdeprint/kmvirtualmanager.cpp b/tdeprint/kmvirtualmanager.cpp index dca3271be..2f1d80e54 100644 --- a/tdeprint/kmvirtualmanager.cpp +++ b/tdeprint/kmvirtualmanager.cpp @@ -159,7 +159,7 @@ void KMVirtualManager::setAsDefault(KMPrinter *p, const TQString& name, TQWidget { if ( KMessageBox::warningContinueCancel( parent, i18n( "<qt>You are about to set a pseudo-printer as your personal default. " - "This setting is specific to KDE and will not be available outside KDE " + "This setting is specific to TDE and will not be available outside TDE " "applications. Note that this will only make your personal default printer " "as undefined for non-TDE applications and should not prevent you from " "printing normally. Do you really want to set <b>%1</b> as your personal default?</qt>" ).arg( instname ), 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"), diff --git a/tdeprint/tdeprintd.cpp b/tdeprint/tdeprintd.cpp index 2711ffdbf..86c8375cb 100644 --- a/tdeprint/tdeprintd.cpp +++ b/tdeprint/tdeprintd.cpp @@ -173,7 +173,7 @@ bool KDEPrintd::checkFiles(TQString& cmd, const TQStringList& files) if (::access(TQFile::encodeName(*it).data(), R_OK) != 0) { if (KMessageBox::warningContinueCancel(0, - i18n("Some of the files to print are not readable by the KDE " + i18n("Some of the files to print are not readable by the TDE " "print daemon. This may happen if you are trying to print " "as a different user to the one currently logged in. To continue " "printing, you need to provide root's password."), |