diff options
Diffstat (limited to 'smb4k/core/smb4ksambaoptionsinfo.cpp')
-rw-r--r-- | smb4k/core/smb4ksambaoptionsinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4ksambaoptionsinfo.cpp b/smb4k/core/smb4ksambaoptionsinfo.cpp index c9e7990..995796d 100644 --- a/smb4k/core/smb4ksambaoptionsinfo.cpp +++ b/smb4k/core/smb4ksambaoptionsinfo.cpp @@ -107,7 +107,7 @@ void Smb4KSambaOptionsInfo::setKerberos( bool krb ) int Smb4KSambaOptionsInfo::type() { - return m_name.tqcontains( "/" ) == 3 ? Share : Host; + return m_name.contains( "/" ) == 3 ? Share : Host; } |