From 04b89c2dbd5fb1b865453f3977261a60a70f6bc2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 16:15:42 -0600 Subject: Fix a few strings that contain Status (cherry picked from commit d5b298be14c173d62e8fbc6a3803ba8f657f3dcb) --- kmail/kmreaderwin.cpp | 4 ++-- kmail/kmreaderwin.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail') diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 4340428fe..a0ef11002 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -1017,12 +1017,12 @@ void KMReaderWin::initHtmlWidget(void) connect(mViewer,TQT_SIGNAL(popupMenu(const TQString &, const TQPoint &)), TQT_SLOT(slotUrlPopup(const TQString &, const TQPoint &))); connect( kmkernel->imProxy(), TQT_SIGNAL( sigContactPresenceChanged( const TQString & ) ), - TQT_TQOBJECT(this), TQT_SLOT( contacStatusChanged( const TQString & ) ) ); + TQT_TQOBJECT(this), TQT_SLOT( contactStatusChanged( const TQString & ) ) ); connect( kmkernel->imProxy(), TQT_SIGNAL( sigPresenceInfoExpired() ), TQT_TQOBJECT(this), TQT_SLOT( updateReaderWin() ) ); } -void KMReaderWin::contacStatusChanged( const TQString &uid) +void KMReaderWin::contactStatusChanged( const TQString &uid) { // kdDebug( 5006 ) << k_funcinfo << " got a presence change for " << uid << endl; // get the list of nodes for this contact from the htmlView diff --git a/kmail/kmreaderwin.h b/kmail/kmreaderwin.h index 7d72cd787..d31889261 100644 --- a/kmail/kmreaderwin.h +++ b/kmail/kmreaderwin.h @@ -421,7 +421,7 @@ public slots: void slotMessageArrived( KMMessage *msg ); /** start IM Chat with addressee */ void slotIMChat(); - void contacStatusChanged( const TQString &uid); + void contactStatusChanged( const TQString &uid); void slotLevelQuote( int l ); void slotTouchMessage(); -- cgit v1.2.1