diff options
Diffstat (limited to 'kresources/kolab')
-rw-r--r-- | kresources/kolab/kabc/kolab.desktop | 6 | ||||
-rw-r--r-- | kresources/kolab/kcal/incidence.cpp | 6 | ||||
-rw-r--r-- | kresources/kolab/kcal/kolab.desktop | 6 | ||||
-rw-r--r-- | kresources/kolab/knotes/kolabresource.desktop | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/kresources/kolab/kabc/kolab.desktop b/kresources/kolab/kabc/kolab.desktop index c0c9c80d7..cff369468 100644 --- a/kresources/kolab/kabc/kolab.desktop +++ b/kresources/kolab/kabc/kolab.desktop @@ -45,8 +45,8 @@ Name[tr]=KMail Aracılığı ile IMAP Sunucusunda Adres Defteri Name[uk]=Адресна книга на сервері IMAP через KMail Name[zh_CN]=通过 KMail 访问 IMAP 服务器上的地址簿 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器上的通訊錄 -X-KDE-Library=kabc_kolab +X-TDE-Library=kabc_kolab Type=Service ServiceTypes=KResources/Plugin -X-KDE-ResourceFamily=contact -X-KDE-ResourceType=imap +X-TDE-ResourceFamily=contact +X-TDE-ResourceType=imap diff --git a/kresources/kolab/kcal/incidence.cpp b/kresources/kolab/kcal/incidence.cpp index 2617da4a1..ddc31491b 100644 --- a/kresources/kolab/kcal/incidence.cpp +++ b/kresources/kolab/kcal/incidence.cpp @@ -532,7 +532,7 @@ bool Incidence::loadAttribute( TQDomElement& element ) // Unhandled tag - save for later storage //kdDebug() << "Saving unhandled tag " << element.tagName() << endl; Custom c; - c.key = TQCString( "X-KDE-KolabUnhandled-" ) + element.tagName().latin1(); + c.key = TQCString( "X-TDE-KolabUnhandled-" ) + element.tagName().latin1(); c.value = element.text(); mCustomList.append( c ); } @@ -574,8 +574,8 @@ void Incidence::saveCustomAttributes( TQDomElement& element ) const for ( ; it != mCustomList.end(); ++it ) { TQString key = (*it).key; Q_ASSERT( !key.isEmpty() ); - if ( key.startsWith( "X-KDE-KolabUnhandled-" ) ) { - key = key.mid( strlen( "X-KDE-KolabUnhandled-" ) ); + if ( key.startsWith( "X-TDE-KolabUnhandled-" ) ) { + key = key.mid( strlen( "X-TDE-KolabUnhandled-" ) ); writeString( element, key, (*it).value ); } else { // Let's use attributes so that other tag-preserving-code doesn't need sub-elements diff --git a/kresources/kolab/kcal/kolab.desktop b/kresources/kolab/kcal/kolab.desktop index 21b412ed2..b8fb5aa2e 100644 --- a/kresources/kolab/kcal/kolab.desktop +++ b/kresources/kolab/kcal/kolab.desktop @@ -45,8 +45,8 @@ Name[tr]=KMail Aracılığı ile IMAP Sunucusunda Takvim Name[uk]=Календар на сервері IMAP через KMail Name[zh_CN]=通过 KMail 访问 IMAP 服务器上的日历 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器上的行事曆 -X-KDE-Library=kcal_kolab +X-TDE-Library=kcal_kolab Type=Service ServiceTypes=KResources/Plugin -X-KDE-ResourceFamily=calendar -X-KDE-ResourceType=imap +X-TDE-ResourceFamily=calendar +X-TDE-ResourceType=imap diff --git a/kresources/kolab/knotes/kolabresource.desktop b/kresources/kolab/knotes/kolabresource.desktop index 5a53529dc..14c7f1571 100644 --- a/kresources/kolab/knotes/kolabresource.desktop +++ b/kresources/kolab/knotes/kolabresource.desktop @@ -45,8 +45,8 @@ Name[tr]=KMail aracılığı ile IMAP Sunucu Name[uk]=Сервер IMAP через KMail Name[zh_CN]=通过 KMail 访问 IMAP 服务器 Name[zh_TW]=透過 KMail 取得 IMAP 伺服器 -X-KDE-Library=knotes_kolab +X-TDE-Library=knotes_kolab Type=Service ServiceTypes=KResources/Plugin -X-KDE-ResourceFamily=notes -X-KDE-ResourceType=imap +X-TDE-ResourceFamily=notes +X-TDE-ResourceType=imap |