diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,11 +9,11 @@ for 0.10.x: snippet: char cu[L_cuserid]; - user = QString::fromLocal8Bit( cuserid( cu ), -1 ); + user = TQString::fromLocal8Bit( cuserid( cu ), -1 ); or - user = QString::fromLocal8Bit( cuserid( NULL ), -1 ); // returning static pointer + user = TQString::fromLocal8Bit( cuserid( NULL ), -1 ); // returning static pointer - Move smb4k/core subdirectory to the root directory of the source. - Rename libsmb4kcore to libsmb4k? |