From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- libkpimexchange/core/exchangemonitor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkpimexchange/core/exchangemonitor.h') diff --git a/libkpimexchange/core/exchangemonitor.h b/libkpimexchange/core/exchangemonitor.h index 6f31700d..15b4fa99 100644 --- a/libkpimexchange/core/exchangemonitor.h +++ b/libkpimexchange/core/exchangemonitor.h @@ -78,13 +78,13 @@ class ExchangeMonitor : public TQObject { void error( int result, const TQString& moreInfo ); private slots: - void slotSubscribeResult( KIO::Job * ); - void slotUnsubscribeResult( KIO::Job * ); + void slotSubscribeResult( TDEIO::Job * ); + void slotUnsubscribeResult( TDEIO::Job * ); void slotPollTimer(); void poll( const IDList& IDs ); - void slotPollResult( KIO::Job * ); + void slotPollResult( TDEIO::Job * ); void slotRenewTimer(); - void slotRenewResult( KIO::Job * ); + void slotRenewResult( TDEIO::Job * ); void slotActivated(int socket); private: -- cgit v1.2.3