diff options
author | Darrell Anderson <[email protected]> | 2012-05-26 17:02:44 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-26 17:02:44 -0500 |
commit | fd8f167474c47cf659e1e33a3a8027c875883962 (patch) | |
tree | e09ebd3d13fa2d422bf1ef682da1c6f2397f10e4 /src | |
parent | 7e581b4aff1e013e53c5b482c23c74d2b89f5672 (diff) | |
download | tellico-fd8f167474c47cf659e1e33a3a8027c875883962.tar.gz tellico-fd8f167474c47cf659e1e33a3a8027c875883962.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-rw-r--r-- | src/collectionfieldsdialog.cpp | 2 |
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 " |