diff options
Diffstat (limited to 'libkpimexchange/core/exchangeaccount.h')
-rw-r--r-- | libkpimexchange/core/exchangeaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimexchange/core/exchangeaccount.h b/libkpimexchange/core/exchangeaccount.h index 71b6b889d..0d8bfcdf8 100644 --- a/libkpimexchange/core/exchangeaccount.h +++ b/libkpimexchange/core/exchangeaccount.h @@ -81,7 +81,7 @@ class KDE_EXPORT ExchangeAccount : public TQObject const TQString &password ); private slots: - void slotFolderResult( KIO::Job * ); + void slotFolderResult( TDEIO::Job * ); private: TQString mHost; |