diff options
Diffstat (limited to 'lib/plugin.cc')
| -rw-r--r-- | lib/plugin.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugin.cc b/lib/plugin.cc index c16f9a4..fc24e9f 100644 --- a/lib/plugin.cc +++ b/lib/plugin.cc @@ -141,7 +141,7 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) // Experiment with a long non-<qt> string. Use that to find // sensible widths for the columns. // - text->setText(i18n("Send questions and comments to kdepim-users@kde.org")); + text->setText(i18n("Send questions and comments to tdepim-users@kde.org")); text->adjustSize(); int linewidth = text->size().width(); @@ -192,8 +192,8 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, KAboutData *ad) s = TQString(); s += i18n("Send questions and comments to <a href=\"mailto:%1\">%2</a>.") - .tqarg( CSL1("kdepim-users@kde.org") ) - .tqarg( CSL1("kdepim-users@kde.org") ); + .tqarg( CSL1("tdepim-users@kde.org") ) + .tqarg( CSL1("tdepim-users@kde.org") ); s += ' '; s += i18n("Send bug reports to <a href=\"mailto:%1\">%2</a>.") .tqarg(p->bugAddress()) |
