Branding cleanup: KDE -> TDE, KDevelop -> TDevelop

pull/1/head
Darrell Anderson 12 years ago
parent efa2f9c664
commit efbe6faa6c

@ -89,7 +89,7 @@ void SettingsDialog::addUrlButton_clicked()
} }
else else
{ {
KMessageBox::error( this, i18n("This does not appear to be a valid KDE include directory.\nPlease select a different directory."), i18n("Invalid Directory") ); KMessageBox::error( this, i18n("This does not appear to be a valid TDE include directory.\nPlease select a different directory."), i18n("Invalid Directory") );
} }
} }

@ -155,7 +155,7 @@ void SearchView::search()
TQString exe = config->readPathEntry("htsearchbin", kapp->dirs()->findExe("htsearch")); TQString exe = config->readPathEntry("htsearchbin", kapp->dirs()->findExe("htsearch"));
if (exe.isEmpty()) if (exe.isEmpty())
{ {
KMessageBox::error(this, i18n("Cannot find the htsearch executable.\nIt is part of the ht://Dig package that is used by KDevelop to perform full text search. Please install ht://Dig and use Documentation page in Configure KDevelop dialog to set the htsearch location.")); KMessageBox::error(this, i18n("Cannot find the htsearch executable.\nIt is part of the ht://Dig package that is used by TDevelop to perform full text search. Please install ht://Dig and use Documentation page in Configure TDevelop dialog to set the htsearch location."));
kdDebug() << "Can not find htsearch" << endl; kdDebug() << "Can not find htsearch" << endl;
return; return;
} }

@ -56,7 +56,7 @@ TQString ProjectInfo::sessionFile() const
{ {
TQString sf = m_projectURL.path(-1); TQString sf = m_projectURL.path(-1);
sf.truncate(sf.length() - 8); // without ".tdevelop" sf.truncate(sf.length() - 8); // without ".tdevelop"
sf += "kdevses"; // suffix for a KDevelop session file sf += "kdevses"; // suffix for a TDevelop session file
return sf; return sf;
} }
@ -287,7 +287,7 @@ void ProjectManager::slotLoadProject( )
// first restore the project session stored in a .kdevses file // first restore the project session stored in a .kdevses file
if (!m_pProjectSession->restoreFromFile(m_info->sessionFile(), PluginController::getInstance()->loadedPlugins() )) if (!m_pProjectSession->restoreFromFile(m_info->sessionFile(), PluginController::getInstance()->loadedPlugins() ))
{ {
kdWarning() << i18n("error during restoring of the KDevelop session !") << endl; kdWarning() << i18n("error during restoring of the TDevelop session !") << endl;
} }
} }
#if KDE_IS_VERSION(3,5,0) #if KDE_IS_VERSION(3,5,0)

@ -91,7 +91,7 @@ bool ProjectSession::restoreFromFile( const TQString & sessionFileName, const TQ
// Check for proper document type. // Check for proper document type.
if (domdoc.doctype().name() != "KDevPrjSession") { if (domdoc.doctype().name() != "KDevPrjSession") {
KMessageBox::sorry(0L, KMessageBox::sorry(0L,
i18n("The file %1 does not contain a valid KDevelop project session ('KDevPrjSession').\n").arg(sessionFileName) i18n("The file %1 does not contain a valid TDevelop project session ('KDevPrjSession').\n").arg(sessionFileName)
+ i18n("The document type seems to be: '%1'.").arg(domdoc.doctype().name())); + i18n("The document type seems to be: '%1'.").arg(domdoc.doctype().name()));
return false; return false;
} }

@ -95,12 +95,12 @@ void SimpleMainWindow::init()
//a profile can offer core plugins and no global plugins. //a profile can offer core plugins and no global plugins.
if ( PluginController::getInstance()->engine().allOffers(ProfileEngine::Global).isEmpty() ) if ( PluginController::getInstance()->engine().allOffers(ProfileEngine::Global).isEmpty() )
{ {
KMessageBox::sorry( this, i18n("Unable to find plugins, KDevelop will not work" KMessageBox::sorry( this, i18n("Unable to find plugins, TDevelop will not work"
" properly.\nPlease make sure " " properly.\nPlease make sure "
"that KDevelop is installed in your KDE directory; otherwise, you have " "that TDevelop is installed in your TDE directory; otherwise, you have "
"to add KDevelop's installation " "to add TDevelop's installation "
"path to the environment variable TDEDIRS and run kbuildsycoca. Restart " "path to the environment variable TDEDIRS and run kbuildsycoca. Restart "
"KDevelop afterwards.\n" "TDevelop afterwards.\n"
"Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"), "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"),
i18n("Could Not Find Plugins") ); i18n("Could Not Find Plugins") );
} }

@ -506,9 +506,9 @@ void subversionCore::slotResult( KIO::Job * job ) {
job->showErrorDialog( m_part->mainWindow()->main() ); job->showErrorDialog( m_part->mainWindow()->main() );
if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) if( job->error() == ERR_CANNOT_LAUNCH_PROCESS )
KMessageBox::error( m_part->mainWindow()->main(), KMessageBox::error( m_part->mainWindow()->main(),
i18n("If you have just have installed a new version of KDevelop," i18n("If you have just have installed a new version of TDevelop,"
" and the error message was 'unknown protocol kdevsvn+*'," " and the error message was 'unknown protocol kdevsvn+*',"
" try restarting KDE." " try restarting TDE."
) ); ) );
return; return;
} }
@ -535,9 +535,9 @@ void subversionCore::slotLogResult( KIO::Job * job )
job->showErrorDialog( m_part->mainWindow()->main() ); job->showErrorDialog( m_part->mainWindow()->main() );
if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) if( job->error() == ERR_CANNOT_LAUNCH_PROCESS )
KMessageBox::error( m_part->mainWindow()->main(), KMessageBox::error( m_part->mainWindow()->main(),
i18n("If you have just have installed a new version of KDevelop," i18n("If you have just have installed a new version of TDevelop,"
" and the error message was 'unknown protocol kdevsvn+*'," " and the error message was 'unknown protocol kdevsvn+*',"
" try restarting KDE." " try restarting TDE."
) ); ) );
return; return;
} }
@ -595,9 +595,9 @@ void subversionCore::slotBlameResult( KIO::Job * job )
job->showErrorDialog( m_part->mainWindow()->main() ); job->showErrorDialog( m_part->mainWindow()->main() );
if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) if( job->error() == ERR_CANNOT_LAUNCH_PROCESS )
KMessageBox::error( m_part->mainWindow()->main(), KMessageBox::error( m_part->mainWindow()->main(),
i18n("If you have just have installed a new version of KDevelop," i18n("If you have just have installed a new version of TDevelop,"
" and the error message was 'unknown protocol kdevsvn+*'," " and the error message was 'unknown protocol kdevsvn+*',"
" try restarting KDE." " try restarting TDE."
) ); ) );
return; return;
} }
@ -665,9 +665,9 @@ void subversionCore::slotDiffResult( KIO::Job * job )
job->showErrorDialog( m_part->mainWindow()->main() ); job->showErrorDialog( m_part->mainWindow()->main() );
if( job->error() == ERR_CANNOT_LAUNCH_PROCESS ) if( job->error() == ERR_CANNOT_LAUNCH_PROCESS )
KMessageBox::error( m_part->mainWindow()->main(), KMessageBox::error( m_part->mainWindow()->main(),
i18n("If you have just have installed a new version of KDevelop," i18n("If you have just have installed a new version of TDevelop,"
" and the error message was 'unknown protocol kdevsvn+*'," " and the error message was 'unknown protocol kdevsvn+*',"
" try restarting KDE." " try restarting TDE."
) ); ) );
return; return;
} }

Loading…
Cancel
Save