diff options
Diffstat (limited to 'kutils')
-rw-r--r-- | kutils/kplugininfo.desktop | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kutils/kplugininfo.desktop b/kutils/kplugininfo.desktop index 2521bedeb..31db82793 100644 --- a/kutils/kplugininfo.desktop +++ b/kutils/kplugininfo.desktop @@ -80,28 +80,28 @@ Name[zh_HK]=KDE 外掛資訊 Name[zh_TW]=KDE 外掛資訊 [PropertyDef::X-KDE-PluginInfo-Author] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Email] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Name] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Version] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Website] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Category] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-Depends] -Type=QStringList +Type=TQStringList [PropertyDef::X-KDE-PluginInfo-License] -Type=QString +Type=TQString [PropertyDef::X-KDE-PluginInfo-EnabledByDefault] Type=bool |