Branding cleanup: KDE -> TDE

pull/16/head
Darrell Anderson 12 yıl önce
ebeveyn be91eb61cf
işleme 0f1209c4bb

@ -58,7 +58,7 @@ void TemplateInterface::setTemplateInterfaceDCOPSuffix ( const TQCString &suffix
userAddress=addrBook->whoAmI(); \
if (userAddress.isEmpty()) { \
if ( KMessageBox::questionYesNo(parentWindow, \
i18n( "This template uses personal data that is stored in the KDE addressbook, but you have not selected a personal entry. You can still use the template without one, but you will have to type personal data. Would you like to select one now?" ), \
i18n( "This template uses personal data that is stored in the TDE addressbook, but you have not selected a personal entry. You can still use the template without one, but you will have to type personal data. Would you like to select one now?" ), \
"Personal data requested", \
KStdGuiItem::yes(), KStdGuiItem::no(), "select personal data entry") == KMessageBox::Yes ) { \
userAddress = KABC::AddresseeDialog::getAddressee(parentWindow); \

@ -6,11 +6,11 @@ Cornelius Schumacher, February 2002.
The KDE addressbook
The TDE addressbook
===================
This directory contains the sources for the kab API provided by "libkab.so".
kab is the KDE addressbook, users usually know it by one of the applications
kab is the TDE addressbook, users usually know it by one of the applications
using the kab API, kab itselfes. But kab intends to do more, it tries to be
a central database to store personal information for as much KDE
applications as possible.

@ -1,4 +1,4 @@
The KDE addressbook
The TDE addressbook
===================
The format that kab uses is plain ASCII, written by an QConfigDB object.

@ -1,4 +1,4 @@
The KDE addressbook
The TDE addressbook
===================
The kab API is a binary interface for application developers that want to

@ -1,4 +1,4 @@
The KDE addressbook
The TDE addressbook
================================================================================
If you want kab to be extended, please send a mail to me. Also
contact me if you want to comment some of the features mentioned
@ -6,7 +6,7 @@ below. Send the mail to mirko@kde.org
Thanks.
PS: I am still looking for volunteers who try writing the import filters.
Most often I do not have the different other addressbook programs myselfes.
PS1: This TODO list deals with tasks to add to the KDE addressbook
PS1: This TODO list deals with tasks to add to the TDE addressbook
library. If you want the application to be extended, read tdeutils/kab/TODO.
--------------------------------------------------------------------------------
° [done] change mail addresses to an unlimited list with selection before

@ -1,8 +1,8 @@
/* -*- C++ -*-
This file implements the basic personal information management class
used in the KDE addressbook.
used in the TDE addressbook.
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $
@ -439,7 +439,7 @@ AddressBook::AddressBook(TQWidget* parent, const char* name, bool loadit)
"could not be created. kab will probably not "
"work correctly without it.\n"
"Make sure you have not removed write permission "
"from your local KDE directory (usually ~/.kde).").arg(filename));
"from your local TDE directory (usually ~/.trinity).").arg(filename));
state=PermDenied;
}
}
@ -463,7 +463,7 @@ AddressBook::AddressBook(TQWidget* parent, const char* name, bool loadit)
"could not be created. kab will probably not "
"work correctly without it.\n"
"Make sure you have not removed write permission "
"from your local KDE directory (usually ~/.kde).").arg(filename));
"from your local TDE directory (usually ~/.trinity).").arg(filename));
state=PermDenied;
} else {
KMessageBox::information

@ -1,8 +1,8 @@
/* -*- C++ -*-
This file declares the basic personal information management class
used in the KDE addressbook.
used in the TDE addressbook.
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $
@ -102,7 +102,7 @@ class CategoriesMap : public TQMap<int, TQString>
#define KAB_STATE "final"
// -----------------------------------------------------------------------------
/** The class AddressBook implements the base class for the KDE addressbook.
/** The class AddressBook implements the base class for the TDE addressbook.
* \par Overview
* It
* is used by the KabAPI to make the interface to kab files available to
@ -119,7 +119,7 @@ class CategoriesMap : public TQMap<int, TQString>
* File changes are watched by the program, so every instance will automatically
* update its database on a change of the opened file.
*
* \par The KDE addressbook database system
* \par The TDE addressbook database system
* kab manages entries in address databases based on a key system where the
* program assigns keys to added entries. These keys are not reused in one file,
* so API users can rely on a key to be unique and identifying until the entry

@ -3,7 +3,7 @@
for using kab's addressbook files within other programs.
Parse it with kdoc to get the API documentation.
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $

@ -2,7 +2,7 @@
Dialog widget using the addressbook,
provided for inclusion in other programs.
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $

@ -1,6 +1,6 @@
/* the Configuration Database library, Version II
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $

@ -4,7 +4,7 @@
/* the Configuration Database library, Version II
the KDE addressbook
the TDE addressbook
$ Author: Mirko Boehm $
$ Copyright: (C) 1996-2001, Mirko Boehm $

@ -1,4 +1,4 @@
# Template file for the KDE addressbook, version 2.
# Template file for the TDE addressbook, version 2.
# All new database files kab creates are copies of this file.
[config]
user_headline="(User fields)"

@ -4867,7 +4867,7 @@ void KHTMLPart::submitForm( const char *action, const TQString &url, const TQByt
}
if (triedToAttach)
KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("KDE"), "WarnTriedAttach");
KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("TDE"), "WarnTriedAttach");
// 2) Append body=
TQString bodyEnc;

@ -219,7 +219,7 @@ void KCModuleLoader::showLastLoaderError(TQWidget *parent)
KMessageBox::detailedError(parent,
i18n("There was an error loading the module."),i18n("<qt><p>The diagnostics is:<br>%1"
"<p>Possible reasons:</p><ul><li>An error occurred during your last "
"KDE upgrade leaving an orphaned control module<li>You have old third party "
"TDE upgrade leaving an orphaned control module<li>You have old third party "
"modules lying around.</ul><p>Check these points carefully and try to remove "
"the module mentioned in the error message. If this fails, consider contacting "
"your distributor or packager.</p></qt>")
@ -287,7 +287,7 @@ KCModule* KCModuleLoader::reportError( ErrorReporting report, const TQString & t
if( details.isNull() )
details = i18n("<qt><p>The diagnostics is:<br>%1"
"<p>Possible reasons:</p><ul><li>An error occurred during your last "
"KDE upgrade leaving an orphaned control module<li>You have old third party "
"TDE upgrade leaving an orphaned control module<li>You have old third party "
"modules lying around.</ul><p>Check these points carefully and try to remove "
"the module mentioned in the error message. If this fails, consider contacting "
"your distributor or packager.</p></qt>").arg(KLibLoader::self()->lastErrorMessage());

@ -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 ),

@ -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"),

@ -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."),

Yükleniyor…
İptal
Kaydet