diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:10:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:10:43 -0600 |
commit | c970c28c37e13cb4396bb19f3322c6b297fcafa0 (patch) | |
tree | 580b776f99aa07051f2937b7ee735911f9bca0d9 /kutils | |
parent | e131f10b84dbec07ad49d36c192777a72189a39e (diff) | |
download | tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.tar.gz tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.zip |
Fix up desktop file type specifiers for tqt3
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 |