Branding cleanup: KDE -> TDE

pull/2/head
Darrell Anderson 12 years ago
parent 4c17a41f90
commit 1987e94712

@ -179,7 +179,7 @@ void KrashDebugger :: startDebugger()
i18n( "The following options are enabled:\n\n" )
+ msg
+ i18n( "\nAs the usage of these options is not recommended -"
" because they can, in rare cases, be responsible for KDE problems - a backtrace"
" because they can, in rare cases, be responsible for TDE problems - a backtrace"
" will not be generated.\n"
"You need to turn these options off and reproduce"
" the problem again in order to get a backtrace.\n" ));

@ -608,7 +608,7 @@ void KateMainWindow::mSlotFixOpenWithMenu()
if ((*it)->name() == "Kate") continue;
documentOpenWith->popupMenu()->insertItem( SmallIcon( (*it)->icon() ), (*it)->name() );
}
// append "Other..." to call the KDE "open with" dialog.
// append "Other..." to call the TDE "open with" dialog.
documentOpenWith->popupMenu()->insertItem(i18n("&Other..."));
}

@ -143,7 +143,7 @@ KArtsModule::KArtsModule(TQWidget *parent, const char *name)
{
setButtons(Default|Apply);
setQuickHelp( i18n("<h1>Sound System</h1> Here you can configure aRts, KDE's sound server."
setQuickHelp( i18n("<h1>Sound System</h1> Here you can configure aRts, TDE's sound server."
" This program not only allows you to hear your system sounds while simultaneously"
" listening to an MP3 file or playing a game with background music. It also allows you"
" to apply different effects to your system sounds and provides programmers with"

@ -102,7 +102,7 @@ void ThemePage::save()
fixCursorFile();
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" );
}

@ -216,7 +216,7 @@ TQString KLocaleApplication::quickHelp() const
return m_locale->translate("<h1>Country/Region & Language</h1>\n"
"<p>From here you can configure language, numeric, and time \n"
"settings for your particular region. In most cases it will be \n"
"sufficient to choose the country you live in. For instance KDE \n"
"sufficient to choose the country you live in. For instance TDE \n"
"will automatically choose \"German\" as language if you choose \n"
"\"Germany\" from the list. It will also change the time format \n"
"to use 24 hours and and use comma as decimal separator.</p>\n");

@ -94,10 +94,10 @@ TDModule::TDModule(TQWidget *parent, const char *name, const TQStringList &)
about->addAuthor("Oswald Buddenhagen", I18N_NOOP("Current maintainer"), "ossi@kde.org");
setQuickHelp( i18n( "<h1>Login Manager</h1> In this module you can configure the "
"various aspects of the KDE Login Manager. This includes "
"various aspects of the TDE Login Manager. This includes "
"the look and feel as well as the users that can be "
"selected for login. Note that you can only make changes "
"if you run the module with superuser rights. If you have not started the KDE "
"if you run the module with superuser rights. If you have not started the TDE "
"Control Center with superuser rights (which is absolutely the right thing to "
"do, by the way), click on the <em>Modify</em> button to acquire "
"superuser rights. You will be asked for the superuser password."

@ -65,7 +65,7 @@ static bool testDir( const TQString &_name )
bool ok = ::mkdir( path, S_IRWXU ) == 0;
if ( !ok && errno == EEXIST ) {
int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but KDE needs it to be a directory; move it to %2.orig and create directory?").arg(m).arg(m), TQString::null, i18n("Move It"), i18n("Do Not Move") );
int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but TDE needs it to be a directory; move it to %2.orig and create directory?").arg(m).arg(m), TQString::null, i18n("Move It"), i18n("Do Not Move") );
if ( ret == KMessageBox::Yes ) {
if ( ::rename( path, path + ".orig" ) == 0 ) {
ok = ::mkdir( path, S_IRWXU ) == 0;

@ -279,7 +279,7 @@ void KRootWm::buildMenus()
{
// kdDebug() << "showMenuBar" << endl;
menuBar = new KMenuBar;
menuBar->setCaption("KDE Desktop");
menuBar->setCaption("TDE Desktop");
}
// create Arrange menu
@ -887,7 +887,7 @@ void KRootWm::doNewSession( bool lock )
"F%2 to the second session and so on. "
"You can switch between sessions by pressing "
"Ctrl, Alt and the appropriate F-key at the same time. "
"Additionally, the KDE Panel and Desktop menus have "
"Additionally, the TDE Panel and Desktop menus have "
"actions for switching between sessions.</p>")
.arg(7).arg(8),
i18n("Warning - New Session"),

@ -650,7 +650,7 @@ void PasswordDlg::slotStartNewSession()
"F%2 to the second session and so on. "
"You can switch between sessions by pressing "
"Ctrl, Alt and the appropriate F-key at the same time. "
"Additionally, the KDE Panel and Desktop menus have "
"Additionally, the TDE Panel and Desktop menus have "
"actions for switching between sessions.")
.arg(7).arg(8);
TQLabel *label2 = new TQLabel( qt_text, winFrame );

@ -114,7 +114,7 @@ void ExtensionManager::initialize()
if (!m_mainPanel)
{
KMessageBox::error(0, i18n("The KDE panel (kicker) could not load the main panel "
KMessageBox::error(0, i18n("The TDE panel (kicker) could not load the main panel "
"due to a problem with your installation. "),
i18n("Fatal Error!"));
exit(1);
@ -369,7 +369,7 @@ void ExtensionManager::updateMenubar()
// we need to make sure the panel is tall enough to accomodate the
// menubar! an easy way to find out the height of a menu: make one ;)
KMenuBar tmpmenu;
tmpmenu.insertItem("KDE Rocks!");
tmpmenu.insertItem("TDE Rocks!");
m_menubarPanel->setSize(KPanelExtension::SizeCustom,
tmpmenu.sizeHint().height());
m_menubarPanel->writeConfig();

@ -507,7 +507,7 @@ void PanelKMenu::doNewSession( bool lock )
"F%2 to the second session and so on. "
"You can switch between sessions by pressing "
"Ctrl, Alt and the appropriate F-key at the same time. "
"Additionally, the KDE Panel and Desktop menus have "
"Additionally, the TDE Panel and Desktop menus have "
"actions for switching between sessions.</p>")
.arg(7).arg(8),
i18n("Warning - New Session"),

@ -1463,7 +1463,7 @@ void KMenu::doNewSession( bool lock )
"F%2 to the second session and so on. "
"You can switch between sessions by pressing "
"Ctrl, Alt and the appropriate F-key at the same time. "
"Additionally, the KDE Panel and Desktop menus have "
"Additionally, the TDE Panel and Desktop menus have "
"actions for switching between sessions.</p>")
.arg(7).arg(8),
i18n("Warning - New Session"),
@ -2371,7 +2371,7 @@ void KMenu::doQuery (bool return_pressed)
if (query_str.length()>=3)
searchBookmarks(bookmarkManager->root());
// search KDE addressbook
// search TDE addressbook
if (query_str.length()>=3)
searchAddressbook();

@ -88,7 +88,7 @@ int TrashImpl::testDir( const TQString &_name ) const
bool ok = ::mkdir( path, S_IRWXU ) == 0;
if ( !ok && errno == EEXIST ) {
#if 0 // this would require to use SlaveBase's method to ask the question
//int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but KDE needs it to be a directory. Move it to %2.orig and create directory?").arg(name).arg(name) );
//int ret = KMessageBox::warningYesNo( 0, i18n("%1 is a file, but TDE needs it to be a directory. Move it to %2.orig and create directory?").arg(name).arg(name) );
//if ( ret == KMessageBox::Yes ) {
#endif
if ( ::rename( path, path + ".orig" ) == 0 ) {

Loading…
Cancel
Save