From 01c60a267846a8712bca34218ecf7da57566c049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:26:45 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeioslave/smb/tdeio_smb_mount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/smb') diff --git a/tdeioslave/smb/tdeio_smb_mount.cpp b/tdeioslave/smb/tdeio_smb_mount.cpp index 1cda7f5f4..0cf9775d0 100644 --- a/tdeioslave/smb/tdeio_smb_mount.cpp +++ b/tdeioslave/smb/tdeio_smb_mount.cpp @@ -64,7 +64,7 @@ void SMBSlave::special( const TQByteArray & data) kdDebug(KIO_SMB) << "mounting: " << remotePath.local8Bit() << " to " << mountPoint.local8Bit() << endl; if (tmp==3) { - if (!KStandardDirs::makeDir(mountPoint)) { + if (!TDEStandardDirs::makeDir(mountPoint)) { error(TDEIO::ERR_COULD_NOT_MKDIR, mountPoint); return; } -- cgit v1.2.3