From 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 21:47:09 -0500 Subject: Branding cleanup: KDE -> TDE --- tdeprint/kmvirtualmanager.cpp | 2 +- tdeprint/kprinterimpl.cpp | 6 +++--- tdeprint/tdeprintd.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tdeprint') 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( "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 %1 as your personal default?" ).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, "

" + 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?

").arg(mime), TQString::null, i18n("Convert")) == KMessageBox::Continue) { @@ -497,14 +497,14 @@ int KPrinterImpl::autoConvertFiles(KPrinter *printer, TQStringList& files, bool i18n("The file format %1 is not directly supported by the current print system. You " "now have 3 options: " " " - "Do you want KDE to attempt and convert this file to %2?").arg(mime).arg(primaryMimeType), + "Do you want TDE to attempt and convert this file to %2?").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."), -- cgit v1.2.3