summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/exchangemonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimexchange/core/exchangemonitor.cpp')
-rw-r--r--libkpimexchange/core/exchangemonitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/exchangemonitor.cpp b/libkpimexchange/core/exchangemonitor.cpp
index ddb953135..b88510daf 100644
--- a/libkpimexchange/core/exchangemonitor.cpp
+++ b/libkpimexchange/core/exchangemonitor.cpp
@@ -104,7 +104,7 @@ ExchangeMonitor::ExchangeMonitor( ExchangeAccount* account, int pollMode, const
// kdError() << "Error in socket listen: " << code << endl;
//mSocket.enableRead( true );
kdDebug() << "Port: " << mSocket->port() << endl;
- kdDebug() << "Host: " << mSocket->address().toString() << endl;
+ kdDebug() << "Host: " << TQString(mSocket->address().toString()) << endl;
// mStream = new TQTextStream( mSocket );
}
@@ -303,7 +303,7 @@ void ExchangeMonitor::slotActivated( int )
for ( it = lines.begin(); it != lines.end(); ++it ) {
TQString line = (*it).stripWhiteSpace().lower();
if ( line.startsWith( "subscription-id: " ) )
- IDs = makeIDList( line.section(":",1).stripWhiteSpace() );
+ IDs = makeIDList( TQString(line.section(":",1)).stripWhiteSpace() );
}
if ( IDs.isEmpty() ) {