diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:58:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:58:07 -0600 |
commit | 73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d (patch) | |
tree | 9ca257d6e0694912a34a964d7766f2909bda92bd /libtdepim/kmailcompletion.h | |
parent | 87620f47926a6451accfd82c57558a99d1c4d21e (diff) | |
download | tdepim-73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d.tar.gz tdepim-73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'libtdepim/kmailcompletion.h')
-rw-r--r-- | libtdepim/kmailcompletion.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/kmailcompletion.h b/libtdepim/kmailcompletion.h index d07eb6a3c..00db2b8ca 100644 --- a/libtdepim/kmailcompletion.h +++ b/libtdepim/kmailcompletion.h @@ -33,7 +33,7 @@ namespace KPIM { * KMailCompletion allows lookup of email addresses by keyword. * Typically a keywods would be firstname, lastname, nickname or domain. */ -class KMailCompletion : public KCompletion +class KMailCompletion : public TDECompletion { Q_OBJECT @@ -42,12 +42,12 @@ class KMailCompletion : public KCompletion KMailCompletion(); /** - * Clears internal keyword map and calls KCompletion::clear. + * Clears internal keyword map and calls TDECompletion::clear. */ virtual void clear(); /** - * Uses KCompletion::makeCompletion to find email addresses which starts with string. + * Uses TDECompletion::makeCompletion to find email addresses which starts with string. * ignores keywords. * * @returns email address @@ -57,7 +57,7 @@ class KMailCompletion : public KCompletion /** * Specify keywords for email. * - * Items may be added with KCompletion::addItem, those will only be returned as match if they + * Items may be added with TDECompletion::addItem, those will only be returned as match if they * are in one of these formats: * \li contains localpart@domain * \li contains <email> |