summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:02:44 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:02:44 -0500
commitfd8f167474c47cf659e1e33a3a8027c875883962 (patch)
treee09ebd3d13fa2d422bf1ef682da1c6f2397f10e4 /src
parent7e581b4aff1e013e53c5b482c23c74d2b89f5672 (diff)
downloadtellico-fd8f167474c47cf659e1e33a3a8027c875883962.tar.gz
tellico-fd8f167474c47cf659e1e33a3a8027c875883962.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r--src/collectionfieldsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectionfieldsdialog.cpp b/src/collectionfieldsdialog.cpp
index d2f8982..90bf980 100644
--- a/src/collectionfieldsdialog.cpp
+++ b/src/collectionfieldsdialog.cpp
@@ -240,7 +240,7 @@ CollectionFieldsDialog::CollectionFieldsDialog(Data::CollPtr coll_, TQWidget* pa
TQGroupBox* optionsGroup = new TQGroupBox(1, Qt::Horizontal, i18n("Field Options"), vbox);
m_complete = new TQCheckBox(i18n("Enable auto-completion"), optionsGroup);
- TQWhatsThis::add(m_complete, i18n("If checked, KDE auto-completion will be enabled in the "
+ TQWhatsThis::add(m_complete, i18n("If checked, TDE auto-completion will be enabled in the "
"text edit box for this field."));
m_multiple = new TQCheckBox(i18n("Allow multiple values"), optionsGroup);
TQWhatsThis::add(m_multiple, i18n("If checked, Tellico will parse the values in the field "