summaryrefslogtreecommitdiffstats
path: root/korn/kio.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kio.h')
-rw-r--r--korn/kio.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/korn/kio.h b/korn/kio.h
index 519dced5..a2ac796a 100644
--- a/korn/kio.h
+++ b/korn/kio.h
@@ -34,11 +34,11 @@ class KIO_Protocol;
class KIO_Subjects;
class KIO_Read;
class KIO_Delete;
-class KConfigGroup;
+class TDEConfigGroup;
class KURL;
template<class> class TQPtrList;
template<class> class TQValueList;
-namespace KIO { class Job; class MetaData; class Slave; class TransferJob; }
+namespace TDEIO { class Job; class MetaData; class Slave; class TransferJob; }
/**
* Polling monitor for IMAP4 maildrops.
@@ -53,7 +53,7 @@ class KKioDrop : public KPollableDrop
private:
KURL *_kurl;
- KIO::MetaData *_metadata;
+ TDEIO::MetaData *_metadata;
TQString _password;
@@ -104,14 +104,14 @@ public:
* KKioDrop Constructor
*/
KKioDrop();
- KKioDrop( KConfigGroup* );
+ KKioDrop( TDEConfigGroup* );
/**
* Set the server that will be checked for new mail.
*/
void setKioServer( const TQString & proto, const TQString & server, int port = -1 );
void setKioServer( const TQString & proto, const TQString & server, int port,
- const KIO::MetaData metadata, bool ssl, bool setProtocol = true ); //Last argument inits _protocol
+ const TDEIO::MetaData metadata, bool ssl, bool setProtocol = true ); //Last argument inits _protocol
/** Set the account information for the PROTO server. */
void setUser( const TQString & user, const TQString & password, const TQString & mailbox, const TQString & auth );
@@ -147,7 +147,7 @@ public:
virtual KMailDrop* clone () const ;
virtual bool readConfigGroup ( const TQMap< TQString, TQString >& map, const Protocol * protocol );
- virtual bool writeConfigGroup ( KConfigBase& cfg ) const;
+ virtual bool writeConfigGroup ( TDEConfigBase& cfg ) const;
virtual TQString type() const { return TQString::fromUtf8("kio"); }
virtual bool synchrone() const { return false; } //class is not synchrone