22 #ifndef KPIM_KMAILCOMPLETION_H
23 #define KPIM_KMAILCOMPLETION_H
26 #include <tqstringlist.h>
27 #include "kcompletion.h"
66 void addItemWithKeys( const TQString& email, int weight, const TQStringList * keyWords);
74 TQMap< TQString, TQStringList > m_keyMap;
|