summaryrefslogtreecommitdiffstats
path: root/kopete/KABC_INTEG_NOTES
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:27:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 17:55:33 +0900
commit509d078e9a8ca1afa64356f582cb3e109a140857 (patch)
tree574fda03cc70c5fe467ddd806b7be6fb7823afe1 /kopete/KABC_INTEG_NOTES
parent857e7f7774bb5492a4e9862bea499b2b472f1bf1 (diff)
downloadtdenetwork-509d078e9a8ca1afa64356f582cb3e109a140857.tar.gz
tdenetwork-509d078e9a8ca1afa64356f582cb3e109a140857.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/KABC_INTEG_NOTES')
-rw-r--r--kopete/KABC_INTEG_NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/KABC_INTEG_NOTES b/kopete/KABC_INTEG_NOTES
index ea053dbe..d87b91a5 100644
--- a/kopete/KABC_INTEG_NOTES
+++ b/kopete/KABC_INTEG_NOTES
@@ -51,7 +51,7 @@ ONLY the actual linking and one-way storage from kopete in tdeabc and retrieval
Also ability to add tdeabc contained contacts to kopete ( selected ones only )
Linking
-use KMC UID to store KABC uid, QString::null if no link.
+use KMC UID to store KABC uid, TQString::null if no link.
Establish the link using KMC Props dialog (mETz: Alt+return shortcut to open pls).
Policy:
One way kopete->tdeabc contacts
@@ -502,7 +502,7 @@ We should never store nicknames in tdeabc. The metacontact name should be taken
Of course every fields shouldn't be stored in KABC (for example: MSN's groups, or others)
to know what can be saved or not in tdeabc, i see two ways:
-1) KopeteMetaContact::setData( QString key , QString data , bool saveToKAB);
+1) KopeteMetaContact::setData( TQString key , TQString data , bool saveToKAB);
2) if the key is or not recognized by KABC. example, if i save "messaging/msn-groups" KAB is not able to store it, so don't store it in KABC