From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/index.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kmail/index.h') diff --git a/kmail/index.h b/kmail/index.h index 91c69f2d7..5e7f16dce 100644 --- a/kmail/index.h +++ b/kmail/index.h @@ -74,7 +74,7 @@ class KMMsgIndex : public TQObject { /** * Just return all the uids where the pattern exists */ - std::vector simpleSearch( TQString, bool* ) const; + std::vector simpleSearch( TQString, bool* ) const; /** * Returns whether the folder is indexable. Only local and dimap @@ -133,14 +133,14 @@ class KMMsgIndex : public TQObject { void continueCreation(); - void slotAddMessage( Q_UINT32 message ); - void slotRemoveMessage( Q_UINT32 message ); + void slotAddMessage( TQ_UINT32 message ); + void slotRemoveMessage( TQ_UINT32 message ); private: static TQString defaultPath(); bool canHandleQuery( const KMSearchPattern* ) const; - int addMessage( Q_UINT32 ); - void removeMessage( Q_UINT32 ); + int addMessage( TQ_UINT32 ); + void removeMessage( TQ_UINT32 ); void scheduleAction(); bool creating() const; @@ -151,16 +151,16 @@ class KMMsgIndex : public TQObject { * DO NOT USE THIS CLASS * * It is conceptually a private class. - * Just needs to be public because of moc limitations + * Just needs to be public because of tqmoc limitations */ class Search; private: - std::vector mPendingMsgs; + std::vector mPendingMsgs; std::vector mPendingFolders; - std::vector mAddedMsgs; - std::vector mRemovedMsgs; - std::vector mExisting; + std::vector mAddedMsgs; + std::vector mRemovedMsgs; + std::vector mExisting; enum e_state { s_idle, // doing nothing, index waiting @@ -199,7 +199,7 @@ class KMMsgIndex::Search : public TQObject { ~Search(); KMSearch* search() const { return mSearch; } signals: - void found( Q_UINT32 ); + void found( TQ_UINT32 ); void finished( bool ); private slots: void act(); @@ -211,7 +211,7 @@ class KMMsgIndex::Search : public TQObject { * handled by the index */ KMSearchPattern* mResidual; - std::vector mValues; + std::vector mValues; enum { s_none = 0, s_starting, s_emitting, s_emitstopped, s_done } mState; }; -- cgit v1.2.1