diff options
Diffstat (limited to 'kword')
24 files changed, 51 insertions, 51 deletions
diff --git a/kword/KWMailMergeDataBase.cpp b/kword/KWMailMergeDataBase.cpp index b2e2bc73..90606ce1 100644 --- a/kword/KWMailMergeDataBase.cpp +++ b/kword/KWMailMergeDataBase.cpp @@ -63,7 +63,7 @@ TQStringList KWMailMergeDataBase::availablePlugins() KTrader::OfferList pluginOffers=KTrader::self()->query(TQString::fromLatin1("KWord/MailMergePlugin"),TQString()); for (KTrader::OfferList::Iterator it=pluginOffers.begin();*it;++it) { - tmp.append((*it)->property("X-KDE-InternalName").toString()); + tmp.append((*it)->property("X-TDE-InternalName").toString()); kdDebug()<<"Found mail merge plugin: "<< (*it)->name()<<endl; } return tmp; @@ -77,12 +77,12 @@ bool KWMailMergeDataBase::isConfigDialogShown() bool KWMailMergeDataBase::loadPlugin(const TQString &name,const TQString &command) { if (rejectdcopcall)return false; - TQString constrain=TQString("[X-KDE-InternalName] =='"+name+"'"); + TQString constrain=TQString("[X-TDE-InternalName] =='"+name+"'"); kdDebug()<<constrain<<endl; KTrader::OfferList pluginOffers=KTrader::self()->query(TQString::fromLatin1("KWord/MailMergePlugin"),constrain); KService::Ptr it=pluginOffers.first(); - TQVariant verProp=it->property("X-KDE-PluginVersion"); + TQVariant verProp=it->property("X-TDE-PluginVersion"); int version=verProp.toInt(); if (it) @@ -116,7 +116,7 @@ KWMailMergeDataSource *KWMailMergeDataBase::openPluginFor(int type,int &version) { version=0; KWMailMergeDataSource *ret=0; - TQString constrain=TQString("'%1' in [X-KDE-Capabilities]").arg(((type==KWSLCreate)?KWSLCreate_text:KWSLOpen_text)); + TQString constrain=TQString("'%1' in [X-TDE-Capabilities]").arg(((type==KWSLCreate)?KWSLCreate_text:KWSLOpen_text)); kdDebug()<<constrain<<endl; KTrader::OfferList pluginOffers=KTrader::self()->query(TQString::fromLatin1("KWord/MailMergePlugin"),constrain); @@ -138,7 +138,7 @@ KWMailMergeDataSource *KWMailMergeDataBase::openPluginFor(int type,int &version) KWMailMergeChoosePluginDialog *dia=new KWMailMergeChoosePluginDialog(pluginOffers); if (dia->exec()==TQDialog::Accepted) { - TQVariant verProp=(*(pluginOffers.at(dia->currentPlugin())))->property("X-KDE-PluginVersion"); + TQVariant verProp=(*(pluginOffers.at(dia->currentPlugin())))->property("X-TDE-PluginVersion"); version=verProp.toInt(); ret=loadPlugin((*(pluginOffers.at(dia->currentPlugin())))->library()); diff --git a/kword/kwmailmerge.desktop b/kword/kwmailmerge.desktop index e45659f4..8bbac9af 100644 --- a/kword/kwmailmerge.desktop +++ b/kword/kwmailmerge.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=ServiceType -X-KDE-ServiceType=KWord/MailMergePlugin +X-TDE-ServiceType=KWord/MailMergePlugin Comment=KWord mailmerge plugin Comment[ar]=ملحق دمج البريد لدى KWord Comment[bg]=Приставка на KWord за генериране на регулярна е-поща @@ -58,14 +58,14 @@ Comment[xh]=Uxutyo lweposi ye plagi yangaphakathi ye KWord Comment[zh_CN]=KWord 邮件合并插件 Comment[zh_TW]=KWord 郵件合併外掛程式 -[PropertyDef::X-KDE-Capabilities] +[PropertyDef::X-TDE-Capabilities] Type=TQStringList -[PropertyDef::X-KDE-InternalName] +[PropertyDef::X-TDE-InternalName] Type=TQString -[PropertyDef::X-KDE-Library] +[PropertyDef::X-TDE-Library] Type=TQString -[PropertyDef::X-KDE-PluginVersion] +[PropertyDef::X-TDE-PluginVersion] Type=int diff --git a/kword/kword.desktop b/kword/kword.desktop index 65760244..ab37b818 100644 --- a/kword/kword.desktop +++ b/kword/kword.desktop @@ -72,10 +72,10 @@ GenericName[zh_CN]=字处理 GenericName[zh_TW]=文書處理 MimeType=application/vnd.oasis.opendocument.text;application/x-kword;application/msword;text/rtf;text/plain;application/x-mswrite Icon=kword -X-KDE-NativeMimeType=application/vnd.oasis.opendocument.text -#X-KDE-NativeMimeType=application/x-kword +X-TDE-NativeMimeType=application/vnd.oasis.opendocument.text +#X-TDE-NativeMimeType=application/x-kword DocPath=kword/index.html -X-KDE-StartupNotify=true +X-TDE-StartupNotify=true X-DCOP-ServiceType=Multi -Categories=Qt;KDE;Office; +Categories=Qt;TDE;Office; InitialPreference=3 diff --git a/kword/kwordpart.desktop b/kword/kwordpart.desktop index d759cf93..9ba69367 100644 --- a/kword/kwordpart.desktop +++ b/kword/kwordpart.desktop @@ -47,10 +47,10 @@ Name[uz]=KOffice matn tahrirlash komponenti Name[uz@cyrillic]=КOffice матн таҳрирлаш компоненти Name[zh_CN]=KOffice 字处理组件 Name[zh_TW]=KOffice 文書處理文件 -X-KDE-Library=libkwordpart -X-KDE-NativeMimeType=application/vnd.oasis.opendocument.text -X-KDE-NativeOasisMimeType=application/vnd.oasis.opendocument.text -X-KDE-ExtraNativeMimeTypes=application/vnd.oasis.opendocument.text-template,application/x-kword +X-TDE-Library=libkwordpart +X-TDE-NativeMimeType=application/vnd.oasis.opendocument.text +X-TDE-NativeOasisMimeType=application/vnd.oasis.opendocument.text +X-TDE-ExtraNativeMimeTypes=application/vnd.oasis.opendocument.text-template,application/x-kword MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/x-kword;application/msword;text/rtf;text/plain;application/x-mswrite ServiceTypes=KOfficePart,KParts/ReadOnlyPart,KParts/ReadWritePart GenericName=Text Documents diff --git a/kword/mailmerge/kabc/kwmailmerge_kabc.desktop b/kword/mailmerge/kabc/kwmailmerge_kabc.desktop index 502627dd..f300c0be 100644 --- a/kword/mailmerge/kabc/kwmailmerge_kabc.desktop +++ b/kword/mailmerge/kabc/kwmailmerge_kabc.desktop @@ -100,6 +100,6 @@ Comment[uk]=Цей тип джерела даних дає доступ до з Comment[zh_CN]=该数据源类型允许您使用您的 TDE 地址簿条目。 Comment[zh_TW]=這個資料來源類別讓您使用您的 TDE 通訊錄項目。 -X-KDE-Library=kwmailmerge_kabc -X-KDE-Capabilities=open -X-KDE-InternalName=KABC +X-TDE-Library=kwmailmerge_kabc +X-TDE-Capabilities=open +X-TDE-InternalName=KABC diff --git a/kword/mailmerge/kspread/kwmailmerge_kspread.desktop b/kword/mailmerge/kspread/kwmailmerge_kspread.desktop index 06dd45ec..536ca79c 100644 --- a/kword/mailmerge/kspread/kwmailmerge_kspread.desktop +++ b/kword/mailmerge/kspread/kwmailmerge_kspread.desktop @@ -96,6 +96,6 @@ Comment[uk]=Цей тип джерела даних дає доступ до з Comment[zh_CN]=该数据源类型允许您从 kspead 文件中使用您的条目。 Comment[zh_TW]=這個資料來源類別讓您可以使用 kspread 檔案的項目。 -X-KDE-Library=kwmailmerge_kspread -X-KDE-Capabilities=open -X-KDE-InternalName=KSpread +X-TDE-Library=kwmailmerge_kspread +X-TDE-Capabilities=open +X-TDE-InternalName=KSpread diff --git a/kword/mailmerge/kwserialletter_classic.desktop b/kword/mailmerge/kwserialletter_classic.desktop index 030c56b9..cacf6bd8 100644 --- a/kword/mailmerge/kwserialletter_classic.desktop +++ b/kword/mailmerge/kwserialletter_classic.desktop @@ -117,6 +117,6 @@ Comment[xh]=Uhlobo lwe mvelaphi ye data igcina idata ngqo kwifayile ye KWord Comment[zh_CN]=该数据源类型将数据直接保存在 KWord 文件中 Comment[zh_TW]=這個資料來源類別將資料直接以 KWord 檔案儲純 -X-KDE-Library=kwmailmerge_classic -X-KDE-Capabilities=edit,create -X-KDE-InternalName=Classic +X-TDE-Library=kwmailmerge_classic +X-TDE-Capabilities=edit,create +X-TDE-InternalName=Classic diff --git a/kword/mailmerge/sql/kwserialletter_qtsqldb.desktop b/kword/mailmerge/sql/kwserialletter_qtsqldb.desktop index 3b06c655..6d107ade 100644 --- a/kword/mailmerge/sql/kwserialletter_qtsqldb.desktop +++ b/kword/mailmerge/sql/kwserialletter_qtsqldb.desktop @@ -100,7 +100,7 @@ Comment[xh]=Uhlobo lwe mvelaphi ye data ikuvumela ukuba usebenzise iitafile zesi Comment[zh_CN]=此数据库类型允许您使用存储于 SQL 服务器的 SQL 数据库表。根据您的系统配置不同,MySQL、PostgreSQL 和 UnixODBC 都是支持的后端数据库。可能还有更多(Qt 商业版中附带 Oracle 支持,或使用第三方后端)。 Comment[zh_TW]=這個資料來源類別讓你使用在一個 SQL 伺服器上面的 SQL 資料表格。根據你的系統設定,MySQL、PostgreSQL 與 UnixODBC 都在支援之列。還會有更多(例如在商業版本的 QT 或是第三廠商提供相關支援)。 -X-KDE-Library=kwmailmerge_qtsqldb -X-KDE-Capabilities=edit,open -X-KDE-InternalName=QtSqlEasy -X-KDE-PluginVersion=1 +X-TDE-Library=kwmailmerge_qtsqldb +X-TDE-Capabilities=edit,open +X-TDE-InternalName=QtSqlEasy +X-TDE-PluginVersion=1 diff --git a/kword/mailmerge/sql/kwserialletter_qtsqldb_power.desktop b/kword/mailmerge/sql/kwserialletter_qtsqldb_power.desktop index 7f45df9b..74c6bd7c 100644 --- a/kword/mailmerge/sql/kwserialletter_qtsqldb_power.desktop +++ b/kword/mailmerge/sql/kwserialletter_qtsqldb_power.desktop @@ -101,7 +101,7 @@ Comment[xh]=Uhlobo lwe mvelaphi ye data ikuvumela ukuba usebenzise iitafile zesi Comment[zh_CN]=此数据库类型允许您使用存储于 SQL 服务器的 SQL 数据库表。根据您的系统配置不同,MySQL、PostgreSQL 和 UnixODBC 都是支持的后端数据库。可能还有更多(Qt 商业版中附带 Oracle 支持,或使用第三方后端)。 Comment[zh_TW]=這個資料來源類別讓你使用在一個 SQL 伺服器上面的 SQL 資料表格。根據你的系統設定,MySQL、PostgreSQL 與 UnixODBC 都在支援之列。還會有更多(例如在商業版本的 QT 或是第三廠商提供相關支援)。 -X-KDE-Library=kwmailmerge_qtsqldb_power -X-KDE-Capabilities=edit,open -X-KDE-InternalName=QtSqlPower -X-KDE-PluginVersion=1 +X-TDE-Library=kwmailmerge_qtsqldb_power +X-TDE-Capabilities=edit,open +X-TDE-InternalName=QtSqlPower +X-TDE-PluginVersion=1 diff --git a/kword/templates/CardsAndLabels/BusinessCards10.desktop b/kword/templates/CardsAndLabels/BusinessCards10.desktop index 7f7baf8c..26588dcd 100644 --- a/kword/templates/CardsAndLabels/BusinessCards10.desktop +++ b/kword/templates/CardsAndLabels/BusinessCards10.desktop @@ -52,4 +52,4 @@ Name[zh_CN]=商务卡片 10 Name[zh_TW]=商業名片 10 Type=Link URL=.source/BusinessCards10.kwt -X-KDE-Hidden=false +X-TDE-Hidden=false diff --git a/kword/templates/CardsAndLabels/LabelsL16.desktop b/kword/templates/CardsAndLabels/LabelsL16.desktop index c3d50a1f..628fa7cc 100644 --- a/kword/templates/CardsAndLabels/LabelsL16.desktop +++ b/kword/templates/CardsAndLabels/LabelsL16.desktop @@ -53,4 +53,4 @@ Name[zh_CN]=L16 标签 Name[zh_TW]=標籤 L16 Type=Link URL=.source/LabelsL16.kwt -X-KDE-Hidden=false +X-TDE-Hidden=false diff --git a/kword/templates/Envelopes/EnvelopeC6.desktop b/kword/templates/Envelopes/EnvelopeC6.desktop index a523293b..8602a08b 100644 --- a/kword/templates/Envelopes/EnvelopeC6.desktop +++ b/kword/templates/Envelopes/EnvelopeC6.desktop @@ -54,4 +54,4 @@ Name[zh_CN]=C6 信封 Name[zh_TW]=信封 C6 Type=Link URL=.source/EnvelopeC6.kwt -X-KDE-Hidden=false +X-TDE-Hidden=false diff --git a/kword/templates/Envelopes/EnvelopeDL.desktop b/kword/templates/Envelopes/EnvelopeDL.desktop index a99d9f40..5df081e4 100644 --- a/kword/templates/Envelopes/EnvelopeDL.desktop +++ b/kword/templates/Envelopes/EnvelopeDL.desktop @@ -54,4 +54,4 @@ Name[zh_CN]=DL 信封 Name[zh_TW]=信封 DL Type=Link URL=.source/EnvelopeDL.kwt -X-KDE-Hidden=false +X-TDE-Hidden=false diff --git a/kword/templates/Wordprocessing/.directory b/kword/templates/Wordprocessing/.directory index 7911ed6a..4f03e55d 100644 --- a/kword/templates/Wordprocessing/.directory +++ b/kword/templates/Wordprocessing/.directory @@ -42,5 +42,5 @@ Name[uz]=Boʻsh hujjat Name[uz@cyrillic]=Бўш ҳужжат Name[zh_CN]=空文档 Name[zh_TW]=空白文件 -X-KDE-DefaultTab=true -X-KDE-SortingWeight=10 +X-TDE-DefaultTab=true +X-TDE-SortingWeight=10 diff --git a/kword/templates/Wordprocessing/A4.desktop b/kword/templates/Wordprocessing/A4.desktop index cadcfcfc..027ff58c 100644 --- a/kword/templates/Wordprocessing/A4.desktop +++ b/kword/templates/Wordprocessing/A4.desktop @@ -82,4 +82,4 @@ Comment[uz@cyrillic]=Бўш A4 ҳужжатини яратиш. Comment[zh_CN]=创建带有小页边距的空 A4 文档。 Comment[zh_TW]=建立一個每頁兩欄的 A4 文件。 Icon=template_a4 -X-KDE-MeasureSystem=metric +X-TDE-MeasureSystem=metric diff --git a/kword/templates/Wordprocessing/ColorfulA4.desktop b/kword/templates/Wordprocessing/ColorfulA4.desktop index e42ec637..71828a91 100644 --- a/kword/templates/Wordprocessing/ColorfulA4.desktop +++ b/kword/templates/Wordprocessing/ColorfulA4.desktop @@ -81,4 +81,4 @@ Comment[uk]=Двостовпчиковий шаблон зі стильними Comment[zh_CN]=页眉和页脚颜色多彩的两栏模板 Comment[zh_TW]=一個兩欄的樣本,有彩色的標頭與註腳 Icon=template_colorful -X-KDE-MeasureSystem=metric +X-TDE-MeasureSystem=metric diff --git a/kword/templates/Wordprocessing/ColorfulLetter.desktop b/kword/templates/Wordprocessing/ColorfulLetter.desktop index 4d32f930..e10fe36c 100644 --- a/kword/templates/Wordprocessing/ColorfulLetter.desktop +++ b/kword/templates/Wordprocessing/ColorfulLetter.desktop @@ -81,4 +81,4 @@ Comment[uk]=Двостовпчиковий шаблон зі стильними Comment[zh_CN]=页眉和页脚颜色多彩的两栏模板 Comment[zh_TW]=一個兩欄的樣本,有彩色的標頭與註腳 Icon=template_colorful -X-KDE-MeasureSystem=imperial +X-TDE-MeasureSystem=imperial diff --git a/kword/templates/Wordprocessing/FaxA4.desktop b/kword/templates/Wordprocessing/FaxA4.desktop index 04c190d7..0db2aa69 100644 --- a/kword/templates/Wordprocessing/FaxA4.desktop +++ b/kword/templates/Wordprocessing/FaxA4.desktop @@ -95,4 +95,4 @@ Comment[sv]=En mall för att snabbt skapa ett telefaxmeddelande Comment[uk]=Шаблон для швидкого створення факсу Comment[zh_TW]=一個樣本,以便快速建立傳真聯繫 Icon=template_fax -X-KDE-MeasureSystem=metric +X-TDE-MeasureSystem=metric diff --git a/kword/templates/Wordprocessing/FaxLetter.desktop b/kword/templates/Wordprocessing/FaxLetter.desktop index 4198562d..f9c2beb4 100644 --- a/kword/templates/Wordprocessing/FaxLetter.desktop +++ b/kword/templates/Wordprocessing/FaxLetter.desktop @@ -95,4 +95,4 @@ Comment[sv]=En mall för att snabbt skapa ett telefaxmeddelande Comment[uk]=Шаблон для швидкого створення факсу Comment[zh_TW]=一個樣本,以便快速建立傳真聯繫 Icon=template_fax -X-KDE-MeasureSystem=imperial +X-TDE-MeasureSystem=imperial diff --git a/kword/templates/Wordprocessing/Letter.desktop b/kword/templates/Wordprocessing/Letter.desktop index 98457552..1fa9cf23 100644 --- a/kword/templates/Wordprocessing/Letter.desktop +++ b/kword/templates/Wordprocessing/Letter.desktop @@ -83,4 +83,4 @@ Comment[uz@cyrillic]=Ўлчами 279 × 216 миллиметр бўлган (US Comment[zh_CN]=创建空的美式信函文档。 Comment[zh_TW]=建立一個空白 US Letter 文件。 Icon=template_letter -X-KDE-MeasureSystem=imperial +X-TDE-MeasureSystem=imperial diff --git a/kword/templates/Wordprocessing/ProfessionalA4.desktop b/kword/templates/Wordprocessing/ProfessionalA4.desktop index 5db088ba..67fe16bf 100644 --- a/kword/templates/Wordprocessing/ProfessionalA4.desktop +++ b/kword/templates/Wordprocessing/ProfessionalA4.desktop @@ -82,4 +82,4 @@ Comment[uz]=Mukammal koʻrinadigan boʻsh hujjatni yaratish Comment[uz@cyrillic]=Мукаммал кўринадиган бўш ҳужжатни яратиш Comment[zh_TW]=建立有寬邊界的空白文件 Icon=template_a4 -X-KDE-MeasureSystem=metric +X-TDE-MeasureSystem=metric diff --git a/kword/templates/Wordprocessing/ProfessionalLetter.desktop b/kword/templates/Wordprocessing/ProfessionalLetter.desktop index b9d76d9c..83c1ff92 100644 --- a/kword/templates/Wordprocessing/ProfessionalLetter.desktop +++ b/kword/templates/Wordprocessing/ProfessionalLetter.desktop @@ -82,4 +82,4 @@ Comment[uz]=Mukammal koʻrinadigan boʻsh hujjatni yaratish Comment[uz@cyrillic]=Мукаммал кўринадиган бўш ҳужжатни яратиш Comment[zh_TW]=建立有寬邊界的空白文件 Icon=template_a4 -X-KDE-MeasureSystem=imperial +X-TDE-MeasureSystem=imperial diff --git a/kword/templates/Wordprocessing/TwoColumns.desktop b/kword/templates/Wordprocessing/TwoColumns.desktop index 4c6d5aeb..480da993 100644 --- a/kword/templates/Wordprocessing/TwoColumns.desktop +++ b/kword/templates/Wordprocessing/TwoColumns.desktop @@ -111,4 +111,4 @@ Comment[uz@cyrillic]=Икки устунли бўш A4 форматидаги ҳ Comment[zh_CN]=创建每页两栏的 A4 文档。 Comment[zh_TW]=建立一個每頁兩欄的 A4 文件。 Icon=template_twocolumns -X-KDE-MeasureSystem=metric +X-TDE-MeasureSystem=metric diff --git a/kword/templates/Wordprocessing/TwoColumnsLetter.desktop b/kword/templates/Wordprocessing/TwoColumnsLetter.desktop index fe689f53..7df4f926 100644 --- a/kword/templates/Wordprocessing/TwoColumnsLetter.desktop +++ b/kword/templates/Wordprocessing/TwoColumnsLetter.desktop @@ -107,4 +107,4 @@ Comment[uz@cyrillic]=Икки устунли бўш хат форматидаг Comment[zh_CN]=创建每页两栏的信函文档。 Comment[zh_TW]=建立一個每頁兩欄的 letter 文件。 Icon=template_twocolumns -X-KDE-MeasureSystem=imperial +X-TDE-MeasureSystem=imperial |