summaryrefslogtreecommitdiffstats
path: root/kmail/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/util.h')
-rw-r--r--kmail/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/util.h b/kmail/util.h
index 9f291a2e..30b01cba 100644
--- a/kmail/util.h
+++ b/kmail/util.h
@@ -201,7 +201,7 @@ namespace Util {
// return true if we should proceed, false if we should abort
inline bool checkOverwrite( const KURL& url, TQWidget* w )
{
- if ( KIO::NetAccess::exists( url, false /*dest*/, w ) ) {
+ if ( TDEIO::NetAccess::exists( url, false /*dest*/, w ) ) {
if ( KMessageBox::Cancel ==
KMessageBox::warningContinueCancel(
w,