diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
commit | 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch) | |
tree | 1fe793a9da5b636da0f2e7c185c232a51990aa16 /kab/addressbook.cc | |
parent | be91eb61cf327d204eb087b1b0e62209362f670f (diff) | |
download | tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kab/addressbook.cc')
-rw-r--r-- | kab/addressbook.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kab/addressbook.cc b/kab/addressbook.cc index ec5f97244..0408a4db7 100644 --- a/kab/addressbook.cc +++ b/kab/addressbook.cc @@ -1,8 +1,8 @@ /* -*- C++ -*- This file implements the basic personal information management class - used in the KDE addressbook. + used in the TDE addressbook. - the KDE addressbook + the TDE addressbook $ Author: Mirko Boehm $ $ Copyright: (C) 1996-2001, Mirko Boehm $ @@ -439,7 +439,7 @@ AddressBook::AddressBook(TQWidget* parent, const char* name, bool loadit) "could not be created. kab will probably not " "work correctly without it.\n" "Make sure you have not removed write permission " - "from your local KDE directory (usually ~/.kde).").arg(filename)); + "from your local TDE directory (usually ~/.trinity).").arg(filename)); state=PermDenied; } } @@ -463,7 +463,7 @@ AddressBook::AddressBook(TQWidget* parent, const char* name, bool loadit) "could not be created. kab will probably not " "work correctly without it.\n" "Make sure you have not removed write permission " - "from your local KDE directory (usually ~/.kde).").arg(filename)); + "from your local TDE directory (usually ~/.trinity).").arg(filename)); state=PermDenied; } else { KMessageBox::information |