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 | |
parent | e131f10b84dbec07ad49d36c192777a72189a39e (diff) | |
download | tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.tar.gz tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.zip |
Fix up desktop file type specifiers for tqt3
Diffstat (limited to 'kio')
-rw-r--r-- | kio/application.desktop | 14 | ||||
-rw-r--r-- | kio/kcmodule.desktop | 6 | ||||
-rw-r--r-- | kio/kdatatool.desktop | 8 | ||||
-rw-r--r-- | kio/kfile/kpropsdlgplugin.desktop | 2 | ||||
-rw-r--r-- | kio/kfileplugin.desktop | 4 |
5 files changed, 17 insertions, 17 deletions
diff --git a/kio/application.desktop b/kio/application.desktop index f90822a03..27c30c967 100644 --- a/kio/application.desktop +++ b/kio/application.desktop @@ -90,35 +90,35 @@ Name[zu]=Umyaleli Type=bool [PropertyDef::DocPath] -Type=QString +Type=TQString [PropertyDef::X-KDE-SubstituteUID] Type=bool [PropertyDef::X-KDE-Username] -Type=QString +Type=TQString [PropertyDef::StartupWMClass] -Type=QString +Type=TQString [PropertyDef::StartupNotify] Type=bool [PropertyDef::X-KDE-WMClass] -Type=QString +Type=TQString [PropertyDef::X-KDE-StartupNotify] Type=bool [PropertyDef::X-DCOP-ServiceName] -Type=QString +Type=TQString [PropertyDef::X-KDE-ParentApp] -Type=QString +Type=TQString [PropertyDef::X-KDE-HasTempFileOption] Type=bool [PropertyDef::X-KDE-Protocols] -Type=QStringList +Type=TQStringList 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] diff --git a/kio/kdatatool.desktop b/kio/kdatatool.desktop index c553568d8..0bd2c1396 100644 --- a/kio/kdatatool.desktop +++ b/kio/kdatatool.desktop @@ -84,13 +84,13 @@ Comment[zh_TW]=KDE 資料工具 Comment[zu]=Ithuluzi Ledata le-KDE [PropertyDef::Commands] -Type=QStringList +Type=TQStringList [PropertyDef::DataType] -Type=QString +Type=TQString [PropertyDef::DataMimeTypes] -Type=QStringList +Type=TQStringList [PropertyDef::ExcludeFrom] -Type=QStringList +Type=TQStringList diff --git a/kio/kfile/kpropsdlgplugin.desktop b/kio/kfile/kpropsdlgplugin.desktop index cb4405bb2..b4ced80e6 100644 --- a/kio/kfile/kpropsdlgplugin.desktop +++ b/kio/kfile/kpropsdlgplugin.desktop @@ -84,4 +84,4 @@ Comment[zh_TW]=屬性對話盒的外掛程式 Comment[zu]=I-plugin Yengxoxo Yezinkomba zobunini [PropertyDef::X-KDE-Protocol] -Type=QString +Type=TQString diff --git a/kio/kfileplugin.desktop b/kio/kfileplugin.desktop index 84fb611cd..87c9194fe 100644 --- a/kio/kfileplugin.desktop +++ b/kio/kfileplugin.desktop @@ -79,10 +79,10 @@ Name[zh_HK]=KFile 元資料外掛程式 Name[zh_TW]=KFile 資料定義外掛程式 [PropertyDef::PreferredItems] -Type=QStringList +Type=TQStringList [PropertyDef::PreferredGroups] -Type=QStringList +Type=TQStringList [PropertyDef::SupportsThumbnail] Type=bool |