diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:27:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 17:55:33 +0900 |
commit | 509d078e9a8ca1afa64356f582cb3e109a140857 (patch) | |
tree | 574fda03cc70c5fe467ddd806b7be6fb7823afe1 /kopete/libkopete/API-TODO | |
parent | 857e7f7774bb5492a4e9862bea499b2b472f1bf1 (diff) | |
download | tdenetwork-r14.1.1.tar.gz tdenetwork-r14.1.1.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 9cb8c6c00f79d91afabd3d302e60e6ab6c251c41)
Diffstat (limited to 'kopete/libkopete/API-TODO')
-rw-r--r-- | kopete/libkopete/API-TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/API-TODO b/kopete/libkopete/API-TODO index 4914b00c..65e81dc1 100644 --- a/kopete/libkopete/API-TODO +++ b/kopete/libkopete/API-TODO @@ -206,7 +206,7 @@ Richard's proposal: (email questions to the list or to kde@metafoo.co.uk) ones from the new chain, but it's probably not essential. - interactions with a chat view - the ChatWindow component above is actually the ChatWindowFilter. it's - owned by the filter chain, and so should not be a QWidget. + owned by the filter chain, and so should not be a TQWidget. - when a chat view is closed, it drops its reference to the various message chains. but the receive chain will still exist if there's an incoming message that's still being processed. therefore: |