diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 11:40:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-27 23:29:27 +0900 |
commit | 6abbebc40268f669cacbffb02220cedf1fafb0ed (patch) | |
tree | 7e41d0bd2d4926d219dd3f8342eee22c5d3b9b11 /TODO | |
parent | 3e226f7fa6fc7e0133efa91f520a6e8cca35b48f (diff) | |
download | smb4k-6abbebc40268f669cacbffb02220cedf1fafb0ed.tar.gz smb4k-6abbebc40268f669cacbffb02220cedf1fafb0ed.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bcbccb5990adde30d57f84725ba267309ac1f28a)
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? |