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 /akregator | |
parent | 67a30514cca43e50c89fe99d569ac1612116ae54 (diff) | |
download | tdepim-0807afff8282f322f51bf7f3b02375a5f3f5facc.tar.gz tdepim-0807afff8282f322f51bf7f3b02375a5f3f5facc.zip |
Fix up desktop file type specifiers for tqt3
Diffstat (limited to 'akregator')
-rw-r--r-- | akregator/src/akregator_plugin.desktop | 8 |
1 files changed, 4 insertions, 4 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) |