Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/17/head
Michele Calgaro 5 months ago
parent 9d90808b90
commit b20ecacd33
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1102,7 +1102,7 @@ const bool CBookmarkFolder::loadBookmarks( const TQString& filename ) {
if (file.open(IO_ReadOnly)) {
TQTextStream t;
t.setEncoding(TQTextStream::UnicodeUTF8); //set encoding before file is used for input!
t.setDevice(TQT_TQIODEVICE(&file));
t.setDevice(&file);
xml = t.read();
file.close();
}

Loading…
Cancel
Save