From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/kmfoldersearch.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'kmail/kmfoldersearch.h') diff --git a/kmail/kmfoldersearch.h b/kmail/kmfoldersearch.h index ced2af350..a3a1bc928 100644 --- a/kmail/kmfoldersearch.h +++ b/kmail/kmfoldersearch.h @@ -49,12 +49,13 @@ namespace KMail { } using KMail::AttachmentStrategy; -class KMSearch: public QObject +class KMSearch: public TQObject { Q_OBJECT + TQ_OBJECT public: - KMSearch(TQObject * parent = 0, const char * name = 0); + KMSearch(TQObject * tqparent = 0, const char * name = 0); ~KMSearch(); bool write(TQString location) const; @@ -109,6 +110,7 @@ private: class KMFolderSearch: public FolderStorage { Q_OBJECT + TQ_OBJECT friend class ::KMFolderSearchJob; public: KMFolderSearch(KMFolder* folder, const char* name=0); @@ -179,7 +181,7 @@ public: virtual bool isReadOnly() const; virtual const KMMsgBase* getMsgBase(int idx) const; virtual KMMsgBase* getMsgBase(int idx); - virtual int find(const KMMsgBase* msg) const; + virtual int tqfind(const KMMsgBase* msg) const; virtual TQString indexLocation() const; virtual int writeIndex( bool createEmptyIndex = false ); DwString getDwString(int idx); -- cgit v1.2.1