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 /kio/kcmodule.desktop | |
parent | e131f10b84dbec07ad49d36c192777a72189a39e (diff) | |
download | tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.tar.gz tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.zip |
Fix up desktop file type specifiers for tqt3
Diffstat (limited to 'kio/kcmodule.desktop')
-rw-r--r-- | kio/kcmodule.desktop | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kcmodule.desktop b/kio/kcmodule.desktop index 5a560afc7..966b4f9e9 100644 --- a/kio/kcmodule.desktop +++ b/kio/kcmodule.desktop @@ -85,18 +85,18 @@ Name[zh_TW]=KDE 控制模組 Name[zu]=Ingxenye ye-KDE Control [PropertyDef::X-KDE-FactoryName] -Type=QString +Type=TQString [PropertyDef::X-KDE-RootOnly] Type=bool # a list of all components this KCM belongs to [PropertyDef::X-KDE-ParentComponents] -Type=QStringList +Type=TQStringList # the id of the parent in the TreeList [PropertyDef::X-KDE-CfgDlgHierarchy] -Type=QString +Type=TQString # sets the order of the modules in the TreeList/IconList [PropertyDef::X-KDE-Weight] |