diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:11:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:11:01 -0600 |
commit | 0807afff8282f322f51bf7f3b02375a5f3f5facc (patch) | |
tree | 13d86917988c207bd0984dfefc35065391aa0c5c | |
parent | 67a30514cca43e50c89fe99d569ac1612116ae54 (diff) | |
download | tdepim-0807afff8282f322f51bf7f3b02375a5f3f5facc.tar.gz tdepim-0807afff8282f322f51bf7f3b02375a5f3f5facc.zip |
Fix up desktop file type specifiers for tqt3
-rw-r--r-- | akregator/src/akregator_plugin.desktop | 8 | ||||
-rw-r--r-- | kaddressbook/editors/kaddressbookimprotocol.desktop | 2 | ||||
-rw-r--r-- | kontact/interfaces/kontactplugin.desktop | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/akregator/src/akregator_plugin.desktop b/akregator/src/akregator_plugin.desktop index 9f8608bce..540179344 100644 --- a/akregator/src/akregator_plugin.desktop +++ b/akregator/src/akregator_plugin.desktop @@ -55,19 +55,19 @@ Comment[zh_TW]=Akregator 外掛程式 # Type of plugin, e.g. "storage". [PropertyDef::X-KDE-akregator-plugintype] -Type=QString +Type=TQString # Internal name for identification, not translated. [PropertyDef::X-KDE-akregator-name] -Type=QString +Type=TQString # List of authors. [PropertyDef::X-KDE-akregator-authors] -Type=QStringList +Type=TQStringList # List of author's email addresses. [PropertyDef::X-KDE-akregator-email] -Type=QStringList +Type=TQStringList # Priority of the plugin. When KTrader returns multiple offers, the one with the highest rank is chosen. # Range: 0 (disabled) - 255 (highest) diff --git a/kaddressbook/editors/kaddressbookimprotocol.desktop b/kaddressbook/editors/kaddressbookimprotocol.desktop index ad4eda6c4..26969adfa 100644 --- a/kaddressbook/editors/kaddressbookimprotocol.desktop +++ b/kaddressbook/editors/kaddressbookimprotocol.desktop @@ -52,5 +52,5 @@ Name[uk]=Протокол миттєвого зв'язку KAddressbook Name[zh_CN]=KAddressbook 即时通讯协议 Name[zh_TW]=KAddressbook 即時通訊協定 [PropertyDef::X-KDE-InstantMessagingKABCField] -Type=QString +Type=TQString diff --git a/kontact/interfaces/kontactplugin.desktop b/kontact/interfaces/kontactplugin.desktop index 11787765a..d2fec8889 100644 --- a/kontact/interfaces/kontactplugin.desktop +++ b/kontact/interfaces/kontactplugin.desktop @@ -58,9 +58,9 @@ Name[zh_TW]=Kontack 外掛程式 [PropertyDef::X-KDE-KontactPluginVersion] Type=int [PropertyDef::X-KDE-KontactPartLibraryName] -Type=QString +Type=TQString [PropertyDef::X-KDE-KontactPartExecutableName] -Type=QString +Type=TQString [PropertyDef::X-KDE-KontactPartLoadOnStart] Type=bool [PropertyDef::X-KDE-KontactPluginHasSummary] |