summaryrefslogtreecommitdiffstats
path: root/korn/qmail_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/qmail_proto.h')
-rw-r--r--korn/qmail_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/qmail_proto.h b/korn/qmail_proto.h
index 4abd7fbc..0d937405 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