summaryrefslogtreecommitdiffstats
path: root/kresources/exchange
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/exchange')
-rw-r--r--kresources/exchange/dateset.cpp4
-rw-r--r--kresources/exchange/resourceexchange.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/kresources/exchange/dateset.cpp b/kresources/exchange/dateset.cpp
index d28409a9..e6393afa 100644
--- a/kresources/exchange/dateset.cpp
+++ b/kresources/exchange/dateset.cpp
@@ -232,9 +232,9 @@ void DateSet::print()
TQDate start = mDates->at( i )->first;
TQDate end = mDates->at( i )->second;
if (start == end)
- kdDebug() << start.toString() << endl;
+ kdDebug() << TQString(start.toString()) << endl;
else
- kdDebug() << "(" << start.toString() << " , " << end.toString() << ")" << endl;
+ kdDebug() << "(" << TQString(start.toString()) << " , " << TQString(end.toString()) << ")" << endl;
}
}
diff --git a/kresources/exchange/resourceexchange.cpp b/kresources/exchange/resourceexchange.cpp
index 234907fc..de915875 100644
--- a/kresources/exchange/resourceexchange.cpp
+++ b/kresources/exchange/resourceexchange.cpp
@@ -495,7 +495,7 @@ Event::List ResourceExchange::rawEventsForDate( const TQDate &qd,
// FIXME: This is needed for the hack below:
Event::List eventsBefore = mCache->rawEvents();
- kdDebug() << "Reading events for month of " << start.toString() << endl;
+ kdDebug() << "Reading events for month of " << TQString(start.toString()) << endl;
mClient->downloadSynchronous( mCache, start, end, true ); // Show progress dialog
// FIXME: This is a terrible hack! We need to install the observer for