From 9cb8c6c00f79d91afabd3d302e60e6ab6c251c41 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:27:45 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kopete/KABC_INTEG_NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/KABC_INTEG_NOTES') 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 -- cgit v1.2.3