Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent aba985fc7e
commit 6e5b908df9

@ -113,7 +113,7 @@ void CervisiaShell::setupActions()
(void) new KHelpMenu(this, instance()->aboutData(), false, actionCollection());
action = actionCollection()->action("help_contents");
hint = i18n("Invokes the KDE help system with the Cervisia documentation");
hint = i18n("Invokes the TDE help system with the Cervisia documentation");
action->setToolTip( hint );
action->setWhatsThis( hint );
@ -128,7 +128,7 @@ void CervisiaShell::setupActions()
action->setWhatsThis( hint );
action = actionCollection()->action("help_about_kde");
hint = i18n("Displays the information about KDE and its version number");
hint = i18n("Displays the information about TDE and its version number");
action->setToolTip( hint );
action->setWhatsThis( hint );
}

@ -173,7 +173,7 @@ TQValueList<ContextInfo> SourceContext::resolvePath( const TQString& packageDir,
TQValueList<ContextInfo> rawRefList; // raw references
TQRegExp re("^\\s*(.+):(\\d+)\\s*$"); // Reg. exp. for Gettext references
TQRegExp rex( "^#. i18n: file (.+) line (\\d+)\\s*$" ); //Reg. exp. for KDE extractrc/extractattr references
TQRegExp rex( "^#. i18n: file (.+) line (\\d+)\\s*$" ); //Reg. exp. for TDE extractrc/extractattr references
TQRegExp res( "^# [Ff]ile: (.+), line(?: number)?: (\\d+)\\s*$"); // Reg. exp. for "strict" PO format
const TQStringList lines = TQStringList::split( "\n", gettextComment );
for ( TQStringList::const_iterator it = lines.constBegin() ; it != lines.constEnd() ; ++it)

@ -18,7 +18,7 @@ PreferencesWidget::PreferencesWidget(TQWidget *parent, const char* name)
: PrefWidget(parent,name)
{
TQVBoxLayout *layout = new TQVBoxLayout(this);
// TQLabel *label = new TQLabel(i18n("Settings for KDE database search engine"),this);
// TQLabel *label = new TQLabel(i18n("Settings for TDE database search engine"),this);
// layout->addWidget(label);
dbpw = new DBSearchEnginePref(this);

@ -19,7 +19,7 @@ KDB2PreferencesWidget::KDB2PreferencesWidget(TQWidget *parent, const char* name)
: PrefWidget(parent,name)
{
TQVBoxLayout *layout = new TQVBoxLayout(this);
// TQLabel *label = new TQLabel(i18n("Settings for KDE Database Search Engine"),this);
// TQLabel *label = new TQLabel(i18n("Settings for TDE Database Search Engine"),this);
// layout->addWidget(label);
dbpw = new DBSearchEnginePrefWidget(this);

Loading…
Cancel
Save