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/application.desktop | |
parent | e131f10b84dbec07ad49d36c192777a72189a39e (diff) | |
download | tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.tar.gz tdelibs-c970c28c37e13cb4396bb19f3322c6b297fcafa0.zip |
Fix up desktop file type specifiers for tqt3
Diffstat (limited to 'kio/application.desktop')
-rw-r--r-- | kio/application.desktop | 14 |
1 files changed, 7 insertions, 7 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 |