Fix up desktop file type specifiers for tqt3

pull/1/head
Timothy Pearson 13 years ago
parent e3f18cf134
commit 11f04dd7e6

@ -62,5 +62,5 @@ Comment[zh_HK]=Kopete 通訊協定插件
Comment[zh_TW]=Kopete 協定外掛程式
[PropertyDef::X-Kopete-Messaging-Protocol]
Type=QString
Type=TQString

@ -71,7 +71,7 @@ Name[zu]=KInetD Uhlobo Lokwenza
# id to manipulate the service
[PropertyDef::X-KDE-KINETD-id]
Type=QString
Type=TQString
# describes the TCP port kinetd should listen to
[PropertyDef::X-KDE-KINETD-port]
@ -89,7 +89,7 @@ Type=bool
# if set, this argument is given to the app to start, followed by the number
# of the socket's fd
[PropertyDef::X-KDE-KINETD-argument]
Type=QString
Type=TQString
# if true, kinetd can accepts several connections at the same time. Otherwise
# it will block the port when a connection has been established.
@ -106,7 +106,7 @@ Type=bool
# %f with the user's full name
# %i with a UUID thats identical in all URLs of this service
[PropertyDef::X-KDE-KINETD-serviceURL]
Type=QString
Type=TQString
# if kinetd registers a service URL, this string will be used for its attributes.
# The following strings will be substituted:
@ -116,7 +116,7 @@ Type=QString
# %f with the user's full name
# %i with a UUID thats identical in all URLs of this service
[PropertyDef::X-KDE-KINETD-serviceAttributes]
Type=QString
Type=TQString
# the lifetime of a service in seconds. kinets will renew the service
# automatically. Max 65535, never use anything under 2 min. Something like
@ -132,17 +132,17 @@ Type=int
# %p with the port number
[PropertyDef::X-KDE-KINETD-DNSSD-Name]
Type=QString
Type=TQString
# if kinetd announces service on network using DNS-SD, this string will be used as service
# type. It must be in form _yourservice._udp or _yourservice._tcp
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
[PropertyDef::X-KDE-KINETD-DNSSD-Type]
Type=QString
Type=TQString
# defines list of text properties for service announced via DNS-SD
# it uses the same substitution rules as X-KDE-KINETD-DNSSD-Name
[PropertyDef::X-KDE-KINETD-DNSSD-Properties]
Type=QStringList
Type=TQStringList

Loading…
Cancel
Save