diff options
Diffstat (limited to 'kmail/configuredialog.cpp')
-rw-r--r-- | kmail/configuredialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/configuredialog.cpp b/kmail/configuredialog.cpp index 03bd834d8..59223cf89 100644 --- a/kmail/configuredialog.cpp +++ b/kmail/configuredialog.cpp @@ -71,7 +71,7 @@ using KMail::IdentityListViewItem; #include "identitydialog.h" using KMail::IdentityDialog; -// other kdenetwork headers: +// other tdenetwork headers: #include <libkpimidentities/identity.h> #include <kmime_util.h> using KMime::DateFormatter; @@ -1018,7 +1018,7 @@ void AccountsPage::SendingTab::doLoadOther() { if( str.isEmpty() ) { //### FIXME: Use the global convenience function instead of the homebrewed - // solution once we can rely on HEAD kdelibs. + // solution once we can rely on HEAD tdelibs. //str = KGlobal::hostname(); ??????? char buffer[256]; if ( !gethostname( buffer, 255 ) ) |