diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:08:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-12 14:08:21 -0600 |
commit | 15f5a063421da3b36d702e751d01c4b444b2d776 (patch) | |
tree | 68bdb6ed3f5630d5eaddc233fe4e7da4cc79f3da | |
parent | 5a46b3f773f1ef6aa3436cf6ca36fbb6c1c399b2 (diff) | |
download | kmyfirewall-15f5a063421da3b36d702e751d01c4b444b2d776.tar.gz kmyfirewall-15f5a063421da3b36d702e751d01c4b444b2d776.zip |
Fix up desktop file type specifiers for tqt3
-rw-r--r-- | kmyfirewall/compilers/kmfcompilerplugin.desktop | 4 | ||||
-rw-r--r-- | kmyfirewall/installer/kmfinstallerplugin.desktop | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kmyfirewall/compilers/kmfcompilerplugin.desktop b/kmyfirewall/compilers/kmfcompilerplugin.desktop index f3f9292..91f6dd1 100644 --- a/kmyfirewall/compilers/kmfcompilerplugin.desktop +++ b/kmyfirewall/compilers/kmfcompilerplugin.desktop @@ -37,10 +37,10 @@ Name[xx]=xxKMyFirewall Compiler Pluginxx Name[zh_CN]=KMyFirewall 编辑器插件 [PropertyDef::X-KMyFirewall-Platform] -Type=QString +Type=TQString [PropertyDef::X-KMyFirewall-Language] -Type=QString +Type=TQString diff --git a/kmyfirewall/installer/kmfinstallerplugin.desktop b/kmyfirewall/installer/kmfinstallerplugin.desktop index 687e075..4d9ed63 100644 --- a/kmyfirewall/installer/kmfinstallerplugin.desktop +++ b/kmyfirewall/installer/kmfinstallerplugin.desktop @@ -48,8 +48,8 @@ Name[xx]=xxKMFInstallerPartxx Name[zh_CN]=KMF 安装器组件 [PropertyDef::X-KMyFirewall-Platform] -Type=QString +Type=TQString [PropertyDef::X-KMyFirewall-Language] -Type=QString +Type=TQString |