From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- kmail/kmsender.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmsender.h') diff --git a/kmail/kmsender.h b/kmail/kmsender.h index a9405976..36153a2a 100644 --- a/kmail/kmsender.h +++ b/kmail/kmsender.h @@ -105,10 +105,10 @@ public: private: /** sets a status msg and emits statusMsg() */ - void seStatusMsg(const TQString&); + void setStatusMsg(const TQString&); /** sets replied/forwarded status in the linked message for @p aMsg. */ - void seStatusByLink(const KMMessage *aMsg); + void setStatusByLink(const KMMessage *aMsg); /** Emit progress info - calculates a percent value based on the amount of bytes sent */ void emitProgressInfo( int currentFileProgress ); -- cgit v1.2.3