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/kmkernel.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/kmkernel.h') diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h index 455e4233..3eb19f65 100644 --- a/kmail/kmkernel.h +++ b/kmail/kmkernel.h @@ -28,7 +28,7 @@ namespace KWallet { class Wallet; } -/** The KMail namespace contains classes used for KMail. +/** The KMail namespace tqcontains classes used for KMail. * This is to keep them out of the way from all the other * un-namespaced classes in libs and the rest of PIM. */ @@ -202,10 +202,10 @@ public: DCOPRef getFolder( const TQString& vpath ); void selectFolder( TQString folder ); int timeOfLastMessageCountChange() const; - virtual bool showMail( Q_UINT32 serialNumber, TQString messageId ); - virtual TQString getFrom( Q_UINT32 serialNumber ); + virtual bool showMail( TQ_UINT32 serialNumber, TQString messageId ); + virtual TQString getFrom( TQ_UINT32 serialNumber ); virtual TQString debugScheduler(); - virtual TQString debugSernum( Q_UINT32 serialNumber ); + virtual TQString debugSernum( TQ_UINT32 serialNumber ); int viewMessage( const KURL & messageFile ); /** @@ -262,7 +262,7 @@ public: void quit(); /** * Returns true if the transfer was successful, otherwise false. In any case - * destinationDir contains the path to the current mail storage when the + * destinationDir tqcontains the path to the current mail storage when the * method returns. */ bool transferMail( TQString & destinationDir ); -- cgit v1.2.3