From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdepim/kmailcompletion.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libkdepim/kmailcompletion.h') diff --git a/libkdepim/kmailcompletion.h b/libkdepim/kmailcompletion.h index c8db7bea..e56eb77c 100644 --- a/libkdepim/kmailcompletion.h +++ b/libkdepim/kmailcompletion.h @@ -22,8 +22,8 @@ #ifndef KPIM_KMAILCOMPLETION_H #define KPIM_KMAILCOMPLETION_H -#include -#include +#include +#include #include "kcompletion.h" @@ -51,7 +51,7 @@ class KMailCompletion : public KCompletion * * @returns email address */ - QString makeCompletion( const QString &string ); + TQString makeCompletion( const TQString &string ); /** * Specify keywords for email. @@ -62,15 +62,15 @@ class KMailCompletion : public KCompletion * \li contains * or if they have also been added with this function. */ - void addItemWithKeys( const QString& email, int weight, const QStringList * keyWords); + void addItemWithKeys( const TQString& email, int weight, const TQStringList * keyWords); /** * Uses an internal map to replace all keywords in pMatches whith corrsesponding email addresses. */ - virtual void postProcessMatches( QStringList * pMatches )const; + virtual void postProcessMatches( TQStringList * pMatches )const; private: - QMap< QString, QStringList > m_keyMap; + TQMap< TQString, TQStringList > m_keyMap; }; } -- cgit v1.2.3