diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:40:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-27 23:26:02 +0900 |
commit | bcbccb5990adde30d57f84725ba267309ac1f28a (patch) | |
tree | a745090b30bd8fa32397a8d0104557efab125ca5 /TODO | |
parent | c5c714fa1af5ff552de092d766ea6d4472a16443 (diff) | |
download | smb4k-bcbccb5990adde30d57f84725ba267309ac1f28a.tar.gz smb4k-bcbccb5990adde30d57f84725ba267309ac1f28a.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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? |