diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
commit | 02a5c6530219e30774793437eb9d0b6d96f2b9e8 (patch) | |
tree | c82500b8585a11b9b6601f2fbcc85227df17c1d4 /tdeprint | |
parent | a797120a54f4a09bf163eee16534a8db30619cc2 (diff) | |
download | tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.tar.gz tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/kprintpreview.cpp | 4 | ||||
-rw-r--r-- | tdeprint/management/kmdbcreator.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
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())); } |