summaryrefslogtreecommitdiffstats
path: root/kmail/kmreaderwin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 16:15:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 16:15:42 -0600
commitd5b298be14c173d62e8fbc6a3803ba8f657f3dcb (patch)
tree3b542e6db3d76b64d4d58b49381328fae2035122 /kmail/kmreaderwin.cpp
parent716a5de8870d7c02bb4d0aed72f30291b17b763a (diff)
downloadtdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.tar.gz
tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.zip
Fix a few strings that contain Status
Diffstat (limited to 'kmail/kmreaderwin.cpp')
-rw-r--r--kmail/kmreaderwin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp
index 0892fbf3..6e310641 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