summaryrefslogtreecommitdiffstats
path: root/kmail/kmkernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmkernel.h')
-rw-r--r--kmail/kmkernel.h10
1 files changed, 5 insertions, 5 deletions
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 );