From cb0e1a05c8784a077e210209acfa3f425cef757c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:22:42 -0600 Subject: Rename additional global TQt functions --- smb4k/core/smb4kfileio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smb4k') diff --git a/smb4k/core/smb4kfileio.cpp b/smb4k/core/smb4kfileio.cpp index 75fddd1..d906e05 100644 --- a/smb4k/core/smb4kfileio.cpp +++ b/smb4k/core/smb4kfileio.cpp @@ -1344,7 +1344,7 @@ void Smb4KFileIO::processSudoers() // Create a temporary file and write the data to it: TQCString template_string = tempDir().local8Bit()+"/XXXXXX"; char tmp[template_string.length()+1]; - (void) qstrncpy( tmp, template_string, template_string.length()+1 ); + (void) tqstrncpy( tmp, template_string, template_string.length()+1 ); TQFile temp_file; int file_descriptor; @@ -1607,7 +1607,7 @@ void Smb4KFileIO::processSuperTab() // Create a temporary file and write the data to it: TQCString template_string = tempDir().local8Bit()+"/XXXXXX"; char tmp[template_string.length()+1]; - (void) qstrncpy( tmp, template_string, template_string.length()+1 ); + (void) tqstrncpy( tmp, template_string, template_string.length()+1 ); TQFile temp_file; int file_descriptor; -- cgit v1.2.3