summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:10:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-12 14:10:55 -0600
commit11f04dd7e633b7648534d519c0dd6390b3f24a7d (patch)
tree6c223d65d71ed985684ebd93ef522eaf78b7ac62
parente3f18cf1348c3267e6db8919aee27e3793a36795 (diff)
downloadtdenetwork-11f04dd7.tar.gz
tdenetwork-11f04dd7.zip
Fix up desktop file type specifiers for tqt3
-rw-r--r--kopete/libkopete/kopeteprotocol.desktop2
-rw-r--r--krfb/kinetd/kinetdmodule.desktop14
2 files changed, 8 insertions, 8 deletions
diff --git a/kopete/libkopete/kopeteprotocol.desktop b/kopete/libkopete/kopeteprotocol.desktop
index 3b3762a4..ecd98a1a 100644
--- a/kopete/libkopete/kopeteprotocol.desktop
+++ b/kopete/libkopete/kopeteprotocol.desktop
@@ -62,5 +62,5 @@ Comment[zh_HK]=Kopete 通訊協定插件
Comment[zh_TW]=Kopete 協定外掛程式
[PropertyDef::X-Kopete-Messaging-Protocol]
-Type=QString
+Type=TQString
diff --git a/krfb/kinetd/kinetdmodule.desktop b/krfb/kinetd/kinetdmodule.desktop
index 865fecf3..5851018f 100644
--- a/krfb/kinetd/kinetdmodule.desktop
+++ b/krfb/kinetd/kinetdmodule.desktop
@@ -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