Branding cleanup: KDE -> TDE

pull/2/head
Darrell Anderson 13 years ago
parent 7f492f607b
commit a558266119

@ -124,7 +124,7 @@ void ConfigWizard::accept()
TQStringList conduits = KPilotSettings::installedConduits(); TQStringList conduits = KPilotSettings::installedConduits();
int version(0); int version(0);
#define APPEND_CONDUIT(a) if (!conduits.contains(a)) conduits.append(a) #define APPEND_CONDUIT(a) if (!conduits.contains(a)) conduits.append(a)
TQString applicationName(i18n("general KDE-PIM")); TQString applicationName(i18n("general TDE-PIM"));
APPEND_CONDUIT("internal_fileinstall"); APPEND_CONDUIT("internal_fileinstall");
APPEND_CONDUIT("todo-conduit"); APPEND_CONDUIT("todo-conduit");
APPEND_CONDUIT("vcal-conduit"); APPEND_CONDUIT("vcal-conduit");
@ -163,7 +163,7 @@ void ConfigWizard::accept()
break; break;
// case eAppKontact: // case eAppKontact:
case eAppKDE: case eAppKDE:
applicationName=i18n("KDE's PIM suite", "Kontact"); applicationName=i18n("TDE's PIM suite", "Kontact");
default: default:
APPEND_CONDUIT("knotes-conduit"); APPEND_CONDUIT("knotes-conduit");
APPEND_CONDUIT("abbrowser_conduit"); APPEND_CONDUIT("abbrowser_conduit");

@ -51,8 +51,8 @@ class TQStringList;
* ListCategorizer *lc = new ListCategorizer(this,colors); * ListCategorizer *lc = new ListCategorizer(this,colors);
* lc->setColumnText(0,i18n("Color")); * lc->setColumnText(0,i18n("Color"));
* lc->setColumnText(1,i18n("HTML")); * lc->setColumnText(1,i18n("HTML"));
* TQListViewItem *stdKDE = lc->addCategory(i18n("Standard KDE")); * TQListViewItem *stdTDE = lc->addCategory(i18n("Standard TDE"));
* (void) new TQListViewItem(stdKDE,i18n("red"),"#FF0000"); * (void) new TQListViewItem(stdTDE,i18n("red"),"#FF0000");
* @endcode * @endcode
* to set sensible column headers for a list of colors * to set sensible column headers for a list of colors
* and their HTML equivalents (although why you would want * and their HTML equivalents (although why you would want
@ -150,7 +150,7 @@ public:
* of the given item @p p. If you remembered a pointer to a * of the given item @p p. If you remembered a pointer to a
* category, you can use * category, you can use
* @code * @code
* TQStringList l = lc->listSiblings(stdKDE->firstChild(),2); * TQStringList l = lc->listSiblings(stdTDE->firstChild(),2);
* @endcode * @endcode
* to get the list of strings in hidden column 2 under * to get the list of strings in hidden column 2 under
* the category you remembered. * the category you remembered.

Loading…
Cancel
Save