Rename additional global TQt functions

pull/1/head
Timothy Pearson 13 years ago
parent 305fdb9ff4
commit cb0e1a05c8

@ -1344,7 +1344,7 @@ void Smb4KFileIO::processSudoers()
// Create a temporary file and write the data to it: // Create a temporary file and write the data to it:
TQCString template_string = tempDir().local8Bit()+"/XXXXXX"; TQCString template_string = tempDir().local8Bit()+"/XXXXXX";
char tmp[template_string.length()+1]; 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; TQFile temp_file;
int file_descriptor; int file_descriptor;
@ -1607,7 +1607,7 @@ void Smb4KFileIO::processSuperTab()
// Create a temporary file and write the data to it: // Create a temporary file and write the data to it:
TQCString template_string = tempDir().local8Bit()+"/XXXXXX"; TQCString template_string = tempDir().local8Bit()+"/XXXXXX";
char tmp[template_string.length()+1]; 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; TQFile temp_file;
int file_descriptor; int file_descriptor;

Loading…
Cancel
Save