diff options
Diffstat (limited to 'korn/qmail_proto.h')
-rw-r--r-- | korn/qmail_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/qmail_proto.h b/korn/qmail_proto.h index 4abd7fbc3..0d9374055 100644 --- a/korn/qmail_proto.h +++ b/korn/qmail_proto.h @@ -39,7 +39,7 @@ public: virtual bool canReadMail() const { return true; } virtual bool fullMessage() const { return true; } - virtual void recheckKURL( KURL &kurl, KIO::MetaData& ) const + virtual void recheckKURL( KURL &kurl, TDEIO::MetaData& ) const { if( kurl.path().right( 1 ) == "/" ) kurl.setPath( kurl.path() + "new" ); else |