From 1178ffec6cd4d2cdacf5337af96b58ba87d4b6f0 Mon Sep 17 00:00:00 2001
From: Darrell Anderson
Date: Wed, 7 Mar 2012 17:41:02 -0600
Subject: Fix branding issues of non-KDE -> non-TDE.
---
tdeprint/kmvirtualmanager.cpp | 2 +-
tdeprint/kpcopiespage.cpp | 2 +-
tdeprint/kprintdialog.cpp | 2 +-
tdeprint/marginwidget.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'tdeprint')
diff --git a/tdeprint/kmvirtualmanager.cpp b/tdeprint/kmvirtualmanager.cpp
index 78757decd..dca3271be 100644
--- a/tdeprint/kmvirtualmanager.cpp
+++ b/tdeprint/kmvirtualmanager.cpp
@@ -161,7 +161,7 @@ void KMVirtualManager::setAsDefault(KMPrinter *p, const TQString& name, TQWidget
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 "
"applications. Note that this will only make your personal default printer "
- "as undefined for non-KDE applications and should not prevent you from "
+ "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 ),
TQString::null, i18n("Set as Default"), "setSpecialAsDefault" ) == KMessageBox::No )
return;
diff --git a/tdeprint/kpcopiespage.cpp b/tdeprint/kpcopiespage.cpp
index 80d446eb2..270702518 100644
--- a/tdeprint/kpcopiespage.cpp
+++ b/tdeprint/kpcopiespage.cpp
@@ -55,7 +55,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name)
TQString whatsThisCurrentPagesLabel = i18n( " Current Page: Select \"Current\" if you want "
" to print the page currently visible in your KDE application.
"
" Note: this field is disabled if you print from"
- " non-KDE applications like Mozilla or OpenOffice.org, since here KDEPrint has no"
+ " non-TDE applications like Mozilla or OpenOffice.org, since here KDEPrint has no"
" means to determine which document page you are currently viewing.
" );
TQString whatsThisPageRangeLabel = i18n( " Page Range: Choose a \"Page Range\" to select a subset of the"
" complete document pages"
diff --git a/tdeprint/kprintdialog.cpp b/tdeprint/kprintdialog.cpp
index c6979acc7..d25affa4b 100644
--- a/tdeprint/kprintdialog.cpp
+++ b/tdeprint/kprintdialog.cpp
@@ -243,7 +243,7 @@ KPrintDialog::KPrintDialog(TQWidget *parent, const char *name)
" Note: The preview feature (and therefore this checkbox) "
" is only visible for printjobs created from inside KDE applications. "
" If you start kprinter from the commandline, or if you use kprinter "
- " as a print command for non-KDE applications (like Acrobat Reader, "
+ " as a print command for non-TDE applications (like Acrobat Reader, "
" Firefox or OpenOffice), print preview is not available here. "
"
" );
diff --git a/tdeprint/marginwidget.cpp b/tdeprint/marginwidget.cpp
index 53790a112..c4999a95f 100644
--- a/tdeprint/marginwidget.cpp
+++ b/tdeprint/marginwidget.cpp
@@ -131,7 +131,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU
" Note: The margin setting does not work if you load such files directly into "
" kprinter, which have their print margins hardcoded internally, like as most "
" PDF or PostScript files. It works for all ASCII text files however. It also may not "
- " work with non-KDE applications which fail to "
+ " work with non-TDE applications which fail to "
" fully utilize the KDEPrint framework, such as OpenOffice.org. "
" " );
--
cgit v1.2.1