diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kmail/kmkernel.h | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
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
Diffstat (limited to 'kmail/kmkernel.h')
-rw-r--r-- | kmail/kmkernel.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmkernel.h b/kmail/kmkernel.h index 455e42334..3eb19f651 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 ); |