summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kcontrol/colors/colorscm.cpp4
-rw-r--r--kcontrol/crypto/crypto.cpp8
-rw-r--r--kcontrol/input/xcursor/themepage.cpp6
-rw-r--r--kcontrol/keys/trinity.kksrc128
-rw-r--r--kcontrol/kio/ksaveioconfig.cpp2
-rw-r--r--kcontrol/konq/desktop.cpp2
-rw-r--r--kicker/extensions/dockbar/dockcontainer.cpp2
-rw-r--r--kioslave/man/kio_man.cpp4
-rw-r--r--kioslave/media/mediaimpl.cpp12
-rw-r--r--kioslave/media/mounthelper/kio_media_mounthelper.cpp4
-rw-r--r--kpersonalizer/keyecandypage.h8
-rw-r--r--kpersonalizer/kstylepage.cpp2
-rw-r--r--ksysguard/gui/KSysGuardApplet.cc2
-rw-r--r--ksysguard/gui/ksysguard.cc2
14 files changed, 93 insertions, 93 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp
index b3c3a568f..27e0dd09b 100644
--- a/kcontrol/colors/colorscm.cpp
+++ b/kcontrol/colors/colorscm.cpp
@@ -225,7 +225,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis
groupLayout->addWidget(wcCombo);
TQWhatsThis::add( wcCombo, i18n("Click here to select an element of"
- " the KDE desktop whose color you want to change. You may either"
+ " the TDE desktop whose color you want to change. You may either"
" choose the \"widget\" here, or click on the corresponding part"
" of the preview image above.") );
@@ -856,7 +856,7 @@ void KColorScheme::readSchemeNames()
sList->clear();
// Always a current and a default scheme
sList->insertItem( i18n("Current Scheme"), 0 );
- sList->insertItem( i18n("KDE Default"), 1 );
+ sList->insertItem( i18n("TDE Default"), 1 );
nSysSchemes = 2;
// Global + local schemes
diff --git a/kcontrol/crypto/crypto.cpp b/kcontrol/crypto/crypto.cpp
index a498f9b14..b4872d1c0 100644
--- a/kcontrol/crypto/crypto.cpp
+++ b/kcontrol/crypto/crypto.cpp
@@ -448,7 +448,7 @@ TQString whatstr;
yourSSLBox = new TQListView(tabYourSSLCert);
yourSSLBox->setAllColumnsShowFocus(true);
- whatstr = i18n("This list box shows which certificates of yours KDE"
+ whatstr = i18n("This list box shows which certificates of yours TDE"
" knows about. You can easily manage them from here.");
TQWhatsThis::add(yourSSLBox, whatstr);
grid->addMultiCellWidget(yourSSLBox, 0, 5, 0, 4);
@@ -608,7 +608,7 @@ TQString whatstr;
otherSSLBox = new TQListView(tabOtherSSLCert);
otherSSLBox->setAllColumnsShowFocus(true);
connect(otherSSLBox, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotOtherCertSelect()));
- whatstr = i18n("This list box shows which site and person certificates KDE"
+ whatstr = i18n("This list box shows which site and person certificates TDE"
" knows about. You can easily manage them from here.");
TQWhatsThis::add(otherSSLBox, whatstr);
otherSSLBox->addColumn(i18n("Organization"));
@@ -722,7 +722,7 @@ TQString whatstr;
caList = new TQListView(tabSSLCA);
caList->setAllColumnsShowFocus(true);
- whatstr = i18n("This list box shows which certificate authorities KDE"
+ whatstr = i18n("This list box shows which certificate authorities TDE"
" knows about. You can easily manage them from here.");
TQWhatsThis::add(caList, whatstr);
grid->addMultiCellWidget(caList, 0, 3, 0, 6);
@@ -2047,7 +2047,7 @@ CAItem *x = static_cast<CAItem *>(caList->selectedItem());
void KCryptoConfig::slotCARestore() {
- int rc = KMessageBox::warningContinueCancel(this, i18n("This will revert your certificate signers database to the KDE default.\nThis operation cannot be undone.\nAre you sure you wish to continue?"), i18n("SSL"),i18n("Revert"));
+ int rc = KMessageBox::warningContinueCancel(this, i18n("This will revert your certificate signers database to the TDE default.\nThis operation cannot be undone.\nAre you sure you wish to continue?"), i18n("SSL"),i18n("Revert"));
if (rc == KMessageBox::Cancel) {
return;
}
diff --git a/kcontrol/input/xcursor/themepage.cpp b/kcontrol/input/xcursor/themepage.cpp
index 93221df17..d716b9ab5 100644
--- a/kcontrol/input/xcursor/themepage.cpp
+++ b/kcontrol/input/xcursor/themepage.cpp
@@ -76,7 +76,7 @@ struct ThemeInfo {
static TQString defaultThemeDescription( const TQString& theme )
{
if( theme == "redglass" || theme == "whiteglass" || theme == "pseudocore" || theme == "handhelds" )
- return i18n( "XFree theme %1 - incomplete for KDE" ).arg( theme );
+ return i18n( "XFree theme %1 - incomplete for TDE" ).arg( theme );
return i18n( "No description available" );;
}
@@ -143,7 +143,7 @@ void ThemePage::save()
c.setGroup( "Mouse" );
c.writeEntry( "cursorTheme", selectedTheme != "system" ? selectedTheme : TQString::null );
- KMessageBox::information( this, i18n("You have to restart KDE for these "
+ KMessageBox::information( this, i18n("You have to restart TDE for these "
"changes to take effect."), i18n("Cursor Settings Changed"),
"CursorSettingsChanged" );
@@ -161,7 +161,7 @@ void ThemePage::load( bool useDefaults )
const char *theme = XcursorGetTheme( x11Display() );
currentTheme = theme;
- // Get the name of the theme KDE is configured to use
+ // Get the name of the theme TDE is configured to use
KConfig c( "kcminputrc" );
c.setReadDefaults( useDefaults );
c.setGroup( "Mouse" );
diff --git a/kcontrol/keys/trinity.kksrc b/kcontrol/keys/trinity.kksrc
index b42508a78..4971e5194 100644
--- a/kcontrol/keys/trinity.kksrc
+++ b/kcontrol/keys/trinity.kksrc
@@ -1,70 +1,70 @@
[Settings]
-Name=KDE Default for 3 Modifier Keys
-Name[af]=Standaard KDE vir 3 verandering sleutels
-Name[be]=Стандартны для KDE з трыма клавішамі мадыфікацыі
-Name[bg]=KDE (с 3 модификационни клавиша)
-Name[bs]=KDE standardno za 3 modifikatorske tipke
-Name[ca]=Omissió KDE per a 3 tecles modificadores
-Name[cs]=Výchozí pro KDE (3 modifikátory)
-Name[csb]=Domëslny nastôw KDE dlô 3 klawiszów zjinaczi
-Name[cy]=Rhagosodion KDE i 3 Bysell Addasu
-Name[da]=KDE-standard med 3 modifikatortaster
-Name[de]=KDE-Standard für 3 Sondertasten
-Name[el]=Προεπιλογή KDE με 3 πλήκτρα αλλαγής
-Name[eo]=KDE-defaŭlto por 3 modifaj klavoj
-Name[es]=Predeterminado de KDE de 3 modificadores de teclado
-Name[et]=KDE vaikeskeem 3 muuteklahviga
-Name[eu]=KDE lehenetsia 3 tekla modifikatzailekin
-Name[fa]=پیش‌فرض KDE برای ۳ کلید تغییردهندۀ
-Name[fi]=KDE oletus 3:lle muokkausnäppäimelle
-Name[fr]=KDE par défaut pour 3 touches de modifications
-Name[fy]=KDE-standert foar 3 modifikaasjetoetsen
-Name[gl]=Predeterminado de KDE para 3 Teclas Modificadoras
-Name[he]=ברירת המחדל של KDE עבור 3 כפתורים
-Name[hr]=KDE zadano za 3 modifikatorske tipke
-Name[hu]=KDE-s alapértelmezés (3 módosító billentyűvel)
-Name[is]=Sjálfgefið KDE fyrir 3 breytilykla
-Name[it]=Predefinito di KDE per 3 tasti modificatori
-Name[ja]=KDE 標準 (3 モディファイアキー)
-Name[kk]=3 түрлендіру перне үшін KDE-нің әдетті баптауы
-Name[km]=KDE លំនាំដើម​សម្រាប់​គ្រាប់ចុច​កែប្រែ ៣
-Name[ko]=세 개의 수정자 키를 사용하는 KDE 기본값
-Name[lo]=ຄ່າປະລິຍາຍຂອງ KDE ສຳລັບປຸ່ມໃຊ້ຮ່ວມ 3 ປຸ່ມ
-Name[lt]=KDE numatytoji 3 klavišams - modifikatoriams
-Name[mk]=KDE-стандардно за 3 копчиња-модификатори
+Name=TDE Default for 3 Modifier Keys
+Name[af]=Standaard TDE vir 3 verandering sleutels
+Name[be]=Стандартны для TDE з трыма клавішамі мадыфікацыі
+Name[bg]=TDE (с 3 модификационни клавиша)
+Name[bs]=TDE standardno za 3 modifikatorske tipke
+Name[ca]=Omissió TDE per a 3 tecles modificadores
+Name[cs]=Výchozí pro TDE (3 modifikátory)
+Name[csb]=Domëslny nastôw TDE dlô 3 klawiszów zjinaczi
+Name[cy]=Rhagosodion TDE i 3 Bysell Addasu
+Name[da]=TDE-standard med 3 modifikatortaster
+Name[de]=TDE-Standard für 3 Sondertasten
+Name[el]=Προεπιλογή TDE με 3 πλήκτρα αλλαγής
+Name[eo]=TDE-defaŭlto por 3 modifaj klavoj
+Name[es]=Predeterminado de TDE de 3 modificadores de teclado
+Name[et]=TDE vaikeskeem 3 muuteklahviga
+Name[eu]=TDE lehenetsia 3 tekla modifikatzailekin
+Name[fa]=پیش‌فرض TDE برای ۳ کلید تغییردهندۀ
+Name[fi]=TDE oletus 3:lle muokkausnäppäimelle
+Name[fr]=TDE par défaut pour 3 touches de modifications
+Name[fy]=TDE-standert foar 3 modifikaasjetoetsen
+Name[gl]=Predeterminado de TDE para 3 Teclas Modificadoras
+Name[he]=ברירת המחדל של TDE עבור 3 כפתורים
+Name[hr]=TDE zadano za 3 modifikatorske tipke
+Name[hu]=TDE-s alapértelmezés (3 módosító billentyűvel)
+Name[is]=Sjálfgefið TDE fyrir 3 breytilykla
+Name[it]=Predefinito di TDE per 3 tasti modificatori
+Name[ja]=TDE 標準 (3 モディファイアキー)
+Name[kk]=3 түрлендіру перне үшін TDE-нің әдетті баптауы
+Name[km]=TDE លំនាំដើម​សម្រាប់​គ្រាប់ចុច​កែប្រែ ៣
+Name[ko]=세 개의 수정자 키를 사용하는 TDE 기본값
+Name[lo]=ຄ່າປະລິຍາຍຂອງ TDE ສຳລັບປຸ່ມໃຊ້ຮ່ວມ 3 ປຸ່ມ
+Name[lt]=TDE numatytoji 3 klavišams - modifikatoriams
+Name[mk]=TDE-стандардно за 3 копчиња-модификатори
Name[mn]=3 сэлгүүр товчилуурын КДЭ-Стандарт
-Name[ms]=Piawai KDE untuk 3 Kekunci Pengubah Suai
-Name[nb]=KDE-standard for tre valgtaster
-Name[nds]=KDE-Standard för 3 Sünnertasten
-Name[ne]=३ परिमार्जक कुञ्जीका लागि पूर्वनिर्धारित KDE
-Name[nl]=KDE-standaard voor 3 modificatietoetsen
-Name[nn]=KDE-standard med tre valtastar
-Name[nso]=Thuso ya Tshoganetso ya KDE ya Dinotlelo tse 3 tsa Kaonafatso
-Name[pa]=3 ਮੋਡੀਫਾਇਰ ਸਵਿੱਚਾਂ ਲਈ KDE ਮੂਲ
-Name[pl]=Ustawienia domyślne KDE dla 3 klawiszy modyfikatorów
-Name[pt]=Predefinição do KDE para 3 Teclas Modificadoras
-Name[pt_BR]=Padrão do KDE para 3 Teclas Modificadoras
-Name[ro]=KDE implicit pentru 3 taste modificator
-Name[ru]=KDE с тремя клавишами-модификаторами
-Name[rw]=Mburabuzi KDE ya Buto 3 Muhindura
-Name[se]=KDE-standárda mas leat golbma válljeboalu
-Name[sk]=KDE nastavenia pre 3 modifikačné klávesy
+Name[ms]=Piawai TDE untuk 3 Kekunci Pengubah Suai
+Name[nb]=TDE-standard for tre valgtaster
+Name[nds]=TDE-Standard för 3 Sünnertasten
+Name[ne]=३ परिमार्जक कुञ्जीका लागि पूर्वनिर्धारित TDE
+Name[nl]=TDE-standaard voor 3 modificatietoetsen
+Name[nn]=TDE-standard med tre valtastar
+Name[nso]=Thuso ya Tshoganetso ya TDE ya Dinotlelo tse 3 tsa Kaonafatso
+Name[pa]=3 ਮੋਡੀਫਾਇਰ ਸਵਿੱਚਾਂ ਲਈ TDE ਮੂਲ
+Name[pl]=Ustawienia domyślne TDE dla 3 klawiszy modyfikatorów
+Name[pt]=Predefinição do TDE para 3 Teclas Modificadoras
+Name[pt_BR]=Padrão do TDE para 3 Teclas Modificadoras
+Name[ro]=TDE implicit pentru 3 taste modificator
+Name[ru]=TDE с тремя клавишами-модификаторами
+Name[rw]=Mburabuzi TDE ya Buto 3 Muhindura
+Name[se]=TDE-standárda mas leat golbma válljeboalu
+Name[sk]=TDE nastavenia pre 3 modifikačné klávesy
Name[sl]=Privzeto za 3 spremenilne tipke
-Name[sr]=KDE подразумевано за 3 модификаторска тастера
-Name[sr@Latn]=KDE podrazumevano za 3 modifikatorska tastera
-Name[sv]=KDE-förinställt med 3 väljartangenter
-Name[tg]=Пешфарзи KDE барои 3 калидҳои ислоҳӣ
-Name[th]=ค่าปริยายของ KDE สำหรับปุ่มเปลี่ยนหน้าที่ 3 ปุ่ม
-Name[tr]=3 Değiştirici Anahtar için KDE Varsayılan
-Name[tt]=KDE üzeneken, 3 Üzgärtkeç Töymä öçen
-Name[uk]=Типова для KDE з 3 модифікаторами
-Name[ven]=Default ya KDE ya khii tharu dzau lugisela
-Name[vi]=Mặc định KDE cho 3 Phím Bổ trợ
-Name[wa]=Pémetou KDE po 3 tapes di candjmints
-Name[xh]=KDE Engagqibekanga ye 3 Izitsixo Mofifier
-Name[zh_CN]=三个修饰键的 KDE 默认值
-Name[zh_TW]=KDE 預設使用 3 個輔助按鍵 (Alt/Ctrl/Shift)
-Name[zu]=Okwendalo kwe-KDE okusetshenziselwa okhiye bokulungisa abangu-3
+Name[sr]=TDE подразумевано за 3 модификаторска тастера
+Name[sr@Latn]=TDE podrazumevano za 3 modifikatorska tastera
+Name[sv]=TDE-förinställt med 3 väljartangenter
+Name[tg]=Пешфарзи TDE барои 3 калидҳои ислоҳӣ
+Name[th]=ค่าปริยายของ TDE สำหรับปุ่มเปลี่ยนหน้าที่ 3 ปุ่ม
+Name[tr]=3 Değiştirici Anahtar için TDE Varsayılan
+Name[tt]=TDE üzeneken, 3 Üzgärtkeç Töymä öçen
+Name[uk]=Типова для TDE з 3 модифікаторами
+Name[ven]=Default ya TDE ya khii tharu dzau lugisela
+Name[vi]=Mặc định TDE cho 3 Phím Bổ trợ
+Name[wa]=Pémetou TDE po 3 tapes di candjmints
+Name[xh]=TDE Engagqibekanga ye 3 Izitsixo Mofifier
+Name[zh_CN]=三个修饰键的 TDE 默认值
+Name[zh_TW]=TDE 預設使用 3 個輔助按鍵 (Alt/Ctrl/Shift)
+Name[zu]=Okwendalo kwe-TDE okusetshenziselwa okhiye bokulungisa abangu-3
Uses Win Modifier=false
[Global Shortcuts]
diff --git a/kcontrol/kio/ksaveioconfig.cpp b/kcontrol/kio/ksaveioconfig.cpp
index c5c471a9f..a52f92d3a 100644
--- a/kcontrol/kio/ksaveioconfig.cpp
+++ b/kcontrol/kio/ksaveioconfig.cpp
@@ -251,7 +251,7 @@ void KSaveIOConfig::updateProxyScout( TQWidget * parent )
if (!DCOPRef("kded", "proxyscout").send("reset"))
{
TQString caption = i18n("Update Failed");
- TQString message = i18n("You have to restart KDE "
+ TQString message = i18n("You have to restart TDE "
"for these changes to take effect.");
KMessageBox::information (parent, message, caption);
return;
diff --git a/kcontrol/konq/desktop.cpp b/kcontrol/konq/desktop.cpp
index 4be13ef3f..dcd0d7eeb 100644
--- a/kcontrol/konq/desktop.cpp
+++ b/kcontrol/konq/desktop.cpp
@@ -74,7 +74,7 @@ KDesktopConfig::KDesktopConfig(TQWidget *parent, const char * /*name*/)
connect(_numInput, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(slotValueChanged(int)));
connect(_numInput, TQT_SIGNAL(valueChanged(int)), TQT_SLOT( changed() ));
label->setBuddy( _numInput );
- TQString wtstr = i18n( "Here you can set how many virtual desktops you want on your KDE desktop. Move the slider to change the value." );
+ TQString wtstr = i18n( "Here you can set how many virtual desktops you want on your TDE desktop. Move the slider to change the value." );
TQWhatsThis::add( label, wtstr );
TQWhatsThis::add( _numInput, wtstr );
diff --git a/kicker/extensions/dockbar/dockcontainer.cpp b/kicker/extensions/dockbar/dockcontainer.cpp
index 181884276..9c90caac4 100644
--- a/kicker/extensions/dockbar/dockcontainer.cpp
+++ b/kicker/extensions/dockbar/dockcontainer.cpp
@@ -149,7 +149,7 @@ void DockContainer::askNewCommand(bool bad_command)
bool ok;
TQString title( i18n("Enter Command Line for Applet %1.%2").arg(resName()).arg(resClass()) );
TQString description( i18n("This applet does not behave correctly and the dockbar was unable to "
- "find the command line necessary to launch it the next time KDE starts up") );
+ "find the command line necessary to launch it the next time TDE starts up") );
TQString cmd;
/*
diff --git a/kioslave/man/kio_man.cpp b/kioslave/man/kio_man.cpp
index 4f796c6f9..12c13d601 100644
--- a/kioslave/man/kio_man.cpp
+++ b/kioslave/man/kio_man.cpp
@@ -602,7 +602,7 @@ void MANProtocol::outputError(const TQString& errmsg)
if ( !m_manCSSFile.isEmpty() )
os << "<link href=\"file:///" << m_manCSSFile << "\" type=\"text/css\" rel=\"stylesheet\">" << endl;
os << "</head>" << endl;
- os << i18n("<body><h1>KDE Man Viewer Error</h1>") << errmsg << "</body>" << endl;
+ os << i18n("<body><h1>TDE Man Viewer Error</h1>") << errmsg << "</body>" << endl;
os << "</html>" << endl;
data(array);
@@ -1527,7 +1527,7 @@ void MANProtocol::getProgramPath()
return;
/* Cannot find sgml2roff programm: */
- outputError(i18n("Could not find the sgml2roff program on your system. Please install it, if necessary, and extend the search path by adjusting the environment variable PATH before starting KDE."));
+ outputError(i18n("Could not find the sgml2roff program on your system. Please install it, if necessary, and extend the search path by adjusting the environment variable PATH before starting TDE."));
finished();
exit();
}
diff --git a/kioslave/media/mediaimpl.cpp b/kioslave/media/mediaimpl.cpp
index 97db08041..8729c832d 100644
--- a/kioslave/media/mediaimpl.cpp
+++ b/kioslave/media/mediaimpl.cpp
@@ -85,7 +85,7 @@ bool MediaImpl::statMedium(const TQString &name, KIO::UDSEntry &entry)
if ( !reply.isValid() )
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
return false;
}
@@ -112,7 +112,7 @@ bool MediaImpl::statMediumByLabel(const TQString &label, KIO::UDSEntry &entry)
if ( !reply.isValid() )
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
return false;
}
@@ -138,7 +138,7 @@ bool MediaImpl::listMedia(TQValueList<KIO::UDSEntry> &list)
if ( !reply.isValid() )
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
return false;
}
@@ -174,7 +174,7 @@ bool MediaImpl::setUserLabel(const TQString &name, const TQString &label)
if ( !reply.isValid() )
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
return false;
}
else
@@ -194,7 +194,7 @@ bool MediaImpl::setUserLabel(const TQString &name, const TQString &label)
if ( !reply.isValid() )
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
return false;
}
else
@@ -215,7 +215,7 @@ const Medium MediaImpl::findMediumByName(const TQString &name, bool &ok)
else
{
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
- m_lastErrorMessage = i18n("The KDE mediamanager is not running.");
+ m_lastErrorMessage = i18n("The TDE mediamanager is not running.");
ok = false;
}
diff --git a/kioslave/media/mounthelper/kio_media_mounthelper.cpp b/kioslave/media/mounthelper/kio_media_mounthelper.cpp
index 7a2b2b78f..32aca6f8f 100644
--- a/kioslave/media/mounthelper/kio_media_mounthelper.cpp
+++ b/kioslave/media/mounthelper/kio_media_mounthelper.cpp
@@ -44,7 +44,7 @@ const Medium MountHelper::findMedium(const KURL &url)
// Try filename first
DCOPReply reply = mediamanager.call( "properties", url.fileName() );
if ( !reply.isValid() ) {
- m_errorStr = i18n("The KDE mediamanager is not running.")+"\n";
+ m_errorStr = i18n("The TDE mediamanager is not running.")+"\n";
return Medium(TQString::null, TQString::null);
}
const Medium& medium = Medium::create(reply);
@@ -232,7 +232,7 @@ void MountHelper::slotSendPassword()
DCOPReply reply = mediamanager.call( "decrypt", m_mediumId, dialog->getPassword() );
if (!reply.isValid()) {
- m_errorStr = i18n("The KDE mediamanager is not running.");
+ m_errorStr = i18n("The TDE mediamanager is not running.");
error();
} else {
TQString errorMsg = reply;
diff --git a/kpersonalizer/keyecandypage.h b/kpersonalizer/keyecandypage.h
index e817e908d..016502e2f 100644
--- a/kpersonalizer/keyecandypage.h
+++ b/kpersonalizer/keyecandypage.h
@@ -79,7 +79,7 @@ public:
//---------------------------------------------------------------------------------------------------------
/** Enable fading tooltips in Level 7 */
void enableFadingToolTips(bool enable);
- /** enables/disables fading menus which are off by default in KDE. Enable this in Level 9 */
+ /** enables/disables fading menus which are off by default in TDE. Enable this in Level 9 */
void enableFadingMenus(bool enable);
/** Enable animated combo boxes, see styles kcontrol module. Enable in Level 4 (disabled by default anyway, so doesn't need to be
disabled in levels below 4) */
@@ -94,7 +94,7 @@ public:
/** Enable Antialiased fonts. Maybe a check if the chard can do this with xdpyinfo | grep RENDER here would bring up if
the user can do this or not. Enable in Level 7. */
void enableAntialiasingFonts(bool enable, bool reset);
- /** Enables the default KDE sound scheme in Level 3 */
+ /** Enables the default TDE sound scheme in Level 3 */
void enableSoundScheme(bool enable, bool user);
//---------------------------------------------------------------------------------------------------------
@@ -102,7 +102,7 @@ public:
/** save function to enable/disable the according settings that are made in the QCheckListItems of the
Eyecandy page by default. If currSettings is false, the user's default settings will be restored*/
void save(bool currSettings=true);
- /** sets the slider to the default value of Level 4 (KDE Default) and the checklistboxes on
+ /** sets the slider to the default value of Level 4 (TDE Default) and the checklistboxes on
that belong to this level */
void setDefaults();
/** as the preview entries in the rc files (konqiconviewrc and kdesktoprc) are a string list and
@@ -113,7 +113,7 @@ public:
as in case the user quits, we have to set these states again in saveUserDefaults to what they were
prior to running kpersonalizer */
void saveCheckState(bool currSettings);
- /** retrieves the user's local values. In case he doesn't have these set, use the default values of KDE, level 4. */
+ /** retrieves the user's local values. In case he doesn't have these set, use the default values of TDE, level 4. */
void getUserDefaults();
void getUserSoundScheme();
diff --git a/kpersonalizer/kstylepage.cpp b/kpersonalizer/kstylepage.cpp
index 88b10edf8..a11502259 100644
--- a/kpersonalizer/kstylepage.cpp
+++ b/kpersonalizer/kstylepage.cpp
@@ -53,7 +53,7 @@ KStylePage::KStylePage(TQWidget *parent, const char *name ) : KStylePageDlg(pare
kde = new TQListViewItem( klv_styles);
kde->setText( 0, TQPixmap::defaultDepth() > 8 ? i18n( "Plastik" ) : i18n( "Light" ) );
- kde->setText( 1, i18n( "KDE default style" ) );
+ kde->setText( 1, i18n( "TDE default style" ) );
classic = new TQListViewItem( klv_styles);
classic->setText( 0, i18n( "KDE Classic" ) );
diff --git a/ksysguard/gui/KSysGuardApplet.cc b/ksysguard/gui/KSysGuardApplet.cc
index 236be8110..0019cdd5c 100644
--- a/ksysguard/gui/KSysGuardApplet.cc
+++ b/ksysguard/gui/KSysGuardApplet.cc
@@ -485,7 +485,7 @@ void KSysGuardApplet::addEmptyDisplay( TQWidget **dock, uint pos )
dock[ pos ] = new TQFrame( this );
((TQFrame*)dock[ pos ])->setFrameStyle( TQFrame::WinPanel | TQFrame::Sunken );
TQToolTip::add( dock[ pos ],
- i18n( "Drag sensors from the KDE System Guard into this cell." ) );
+ i18n( "Drag sensors from the TDE System Guard into this cell." ) );
layout();
if ( isVisible() )
diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc
index 728ece85f..6b6a36a39 100644
--- a/ksysguard/gui/ksysguard.cc
+++ b/ksysguard/gui/ksysguard.cc
@@ -71,7 +71,7 @@ TopLevel* topLevel;
TopLevel::TopLevel( const char *name )
: KMainWindow( 0, name ), DCOPObject( "KSysGuardIface" )
{
- setPlainCaption( i18n( "KDE System Guard" ) );
+ setPlainCaption( i18n( "TDE System Guard" ) );
mDontSaveSession = false;
mTimerId = -1;