diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:43:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:52:28 +0900 |
commit | 68793017fe6c64ff8ea1a281c453405a03c2a836 (patch) | |
tree | b141c0378782e90810bcfa4f1b17f80456b79b48 /tdefile-plugins | |
parent | d26f74acd0763ffbfd26b5ca2abd10d550a0e699 (diff) | |
download | tdeaddons-68793017fe6c64ff8ea1a281c453405a03c2a836.tar.gz tdeaddons-68793017fe6c64ff8ea1a281c453405a03c2a836.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 16609709d413de8c92fcb3473351890901122299)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/RETURNED_ITEMS | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tdefile-plugins/RETURNED_ITEMS b/tdefile-plugins/RETURNED_ITEMS index 642a6b2..c762dbe 100644 --- a/tdefile-plugins/RETURNED_ITEMS +++ b/tdefile-plugins/RETURNED_ITEMS @@ -5,24 +5,24 @@ tdefile_txt int Characters int Words int Lines -QString Format (Unix/DOS/Macintosh) +TQString Format (Unix/DOS/Macintosh) tdefile_folder ============ int items -QString size (as a string to display bytes, kB, MB, etc) +TQString size (as a string to display bytes, kB, MB, etc) tdefile_lnk ============ int Size of target -QString Location -QString Points to -QString Description +TQString Location +TQString Points to +TQString Description tdefile_mhtml =========== -QString Sender -QString Recipient -QString CopyTo (The CC: field) -QString Subject -QString Date +TQString Sender +TQString Recipient +TQString CopyTo (The CC: field) +TQString Subject +TQString Date |