From 02a5c6530219e30774793437eb9d0b6d96f2b9e8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:15:39 -0500 Subject: Branding cleanup: KDE -> TDE --- tdeprint/kprintpreview.cpp | 4 ++-- tdeprint/management/kmdbcreator.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeprint') diff --git a/tdeprint/kprintpreview.cpp b/tdeprint/kprintpreview.cpp index d6c80cd86..32381af28 100644 --- a/tdeprint/kprintpreview.cpp +++ b/tdeprint/kprintpreview.cpp @@ -300,11 +300,11 @@ bool KPrintPreview::preview(const TQString& file, bool previewOnly, WId parentId // could be found to view PS TQString msg; if ( isPS ) - msg = i18n("Preview failed: neither the internal KDE PostScript " + msg = i18n("Preview failed: neither the internal TDE PostScript " "viewer (KGhostView) nor any other external PostScript " "viewer could be found."); else - msg = i18n( "Preview failed: KDE could not find any application " + msg = i18n( "Preview failed: TDE could not find any application " "to preview files of type %1." ).arg( mime->name() ); return continuePrint(msg, parentW, previewOnly); diff --git a/tdeprint/management/kmdbcreator.cpp b/tdeprint/management/kmdbcreator.cpp index 3fab5929e..0e72906d7 100644 --- a/tdeprint/management/kmdbcreator.cpp +++ b/tdeprint/management/kmdbcreator.cpp @@ -110,7 +110,7 @@ bool KMDBCreator::createDriverDB(const TQString& dirname, const TQString& filena if (!m_dlg) { m_dlg = new TQProgressDialog(parent->topLevelWidget(),"progress-dialog",true); - m_dlg->setLabelText(i18n("Please wait while KDE rebuilds a driver database.")); + m_dlg->setLabelText(i18n("Please wait while TDE rebuilds a driver database.")); m_dlg->setCaption(i18n("Driver Database")); connect(m_dlg,TQT_SIGNAL(canceled()),TQT_SLOT(slotCancelled())); } -- cgit v1.2.1