diff options
-rw-r--r-- | kaddressbook/kabcore.cpp | 4 | ||||
-rw-r--r-- | kaddressbook/xxport/gnokii_xxport.cpp | 4 | ||||
-rw-r--r-- | kalarm/kamail.cpp | 2 | ||||
-rw-r--r-- | kmobile/devices/skeleton/skeleton.cpp | 12 | ||||
-rw-r--r-- | kmobile/kmobile.cpp | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index 263cb5f56..906c641ce 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp @@ -1018,7 +1018,7 @@ TQString KABCore::getNameByPhone( const TQString &phone ) void KABCore::openLDAPDialog() { if ( !KProtocolInfo::isKnownProtocol( KURL( "ldap://localhost" ) ) ) { - KMessageBox::error( mWidget, i18n( "Your KDE installation is missing LDAP " + KMessageBox::error( mWidget, i18n( "Your TDE installation is missing LDAP " "support, please ask your administrator or distributor for more information." ), i18n( "No LDAP IO Slave Available" ) ); return; @@ -1413,7 +1413,7 @@ void KABCore::initActions() mActionWhoAmI = new KAction( i18n( "Set as Personal Contact Data" ), "personal", 0, this, TQT_SLOT( setWhoAmI() ), actionCollection(), "edit_set_personal" ); - mActionWhoAmI->setWhatsThis( i18n( "Set the personal contact<p>The data of this contact will be used in many other KDE applications, so you do not have to input your personal data several times." ) ); + mActionWhoAmI->setWhatsThis( i18n( "Set the personal contact<p>The data of this contact will be used in many other TDE applications, so you do not have to input your personal data several times." ) ); mActionCategories = new KAction( i18n( "Select Categories..." ), 0, this, TQT_SLOT( setCategories() ), actionCollection(), diff --git a/kaddressbook/xxport/gnokii_xxport.cpp b/kaddressbook/xxport/gnokii_xxport.cpp index c432c7e55..0de310e9a 100644 --- a/kaddressbook/xxport/gnokii_xxport.cpp +++ b/kaddressbook/xxport/gnokii_xxport.cpp @@ -21,7 +21,7 @@ */ /* Description: - This filter allows you to import and export the KDE addressbook entries + This filter allows you to import and export the TDE addressbook entries to/from a mobile phone, which is accessible via gnokii. Gnokii homepage: http://www.gnokii.org @@ -784,7 +784,7 @@ finish: #ifdef __GNUC__ # warning "Please upgrade your gnokii installation to at least version 0.6.13" # warning "Older gnokii versions below 0.6.13 are not binary compatible and" -# warning "prevents KDE users to upgrade gnokii to newer versions later." +# warning "prevents TDE users to upgrade gnokii to newer versions later." #endif /* OLD GNOKII LIBRARIES (< 0.6.13) */ diff --git a/kalarm/kamail.cpp b/kalarm/kamail.cpp index 38faa9ea6..a9eabaf49 100644 --- a/kalarm/kamail.cpp +++ b/kalarm/kamail.cpp @@ -579,7 +579,7 @@ uint KAMail::identityUoid(const TQString& identityUoidOrName) } /****************************************************************************** -* Fetch the user's email address configured in the KDE Control Centre. +* Fetch the user's email address configured in the TDE Control Centre. */ TQString KAMail::controlCentreAddress() { diff --git a/kmobile/devices/skeleton/skeleton.cpp b/kmobile/devices/skeleton/skeleton.cpp index e6b1d9c59..5c05f3d9e 100644 --- a/kmobile/devices/skeleton/skeleton.cpp +++ b/kmobile/devices/skeleton/skeleton.cpp @@ -43,7 +43,7 @@ TQObject *KMobileSkeleton::createObject( TQObject *parent, const char *name, /** - * The KDE skeleton mobile device driver. + * The TDE skeleton mobile device driver. */ KMobileSkeleton::KMobileSkeleton(TQObject *obj, const char *name, const TQStringList &args ) @@ -117,11 +117,11 @@ int KMobileSkeleton::readAddress( int index, KABC::Addressee &addr ) addr.setFormattedName("Peter "+addr.familyName()); addr.setNickName("PeterM"); addr.setBirthday(TQDateTime(TQDate(1970,7,22))); - addr.setRole("KDE Software Developer"); - addr.setOrganization("KDE.ORG"); - addr.setNote("the best KDE developer ever"); - addr.setUrl(KURL("www.kde.org")); - addr.insertEmail("peterm@kde.org"); + addr.setRole("TDE Software Developer"); + addr.setOrganization("Trinity Project"); + addr.setNote("the best RDE developer ever"); + addr.setUrl(KURL("www.trinitydesktop.org")); + addr.insertEmail("peterm@tde.org"); addr.insertPhoneNumber(KABC::PhoneNumber("+49 6110 12345")); // the Revision might be important for syncronisations diff --git a/kmobile/kmobile.cpp b/kmobile/kmobile.cpp index d76282541..f212dc411 100644 --- a/kmobile/kmobile.cpp +++ b/kmobile/kmobile.cpp @@ -329,7 +329,7 @@ KMobileDevice * KMobileFactory::chooseDeviceDialog( TQWidget *parent, answ = KMessageBox::questionYesNo(parent, i18n( "<qt>You have no mobile devices configured yet.<p>" "Do you want to add a device now ?</qt>" ), - i18n( "KDE Mobile Device Access" ), KStdGuiItem::add(), i18n("Do Not Add") ); + i18n( "TDE Mobile Device Access" ), KStdGuiItem::add(), i18n("Do Not Add") ); if (answ != KMessageBox::Yes) return 0L; // add a new device |