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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b20ecacd33)
r14.1.x
Michele Calgaro 6 months ago
parent c6f8f1bf2e
commit 138dd9d375
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