diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 13:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 20:04:04 +0900 |
commit | 3259610145b31e45dd140fb95db2e4d1f9d90c92 (patch) | |
tree | 804f19bf98dc1cf41b0e7ddcb3180293acbef8d3 /tdelirc/profiles/profile.dtd | |
parent | cc39f08938ba6336c0d7f54047a3578dc5310cfc (diff) | |
download | tdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.tar.gz tdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8a2b3d6ccafeb41579d50dccaec38febb9af6369)
Diffstat (limited to 'tdelirc/profiles/profile.dtd')
-rw-r--r-- | tdelirc/profiles/profile.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdelirc/profiles/profile.dtd b/tdelirc/profiles/profile.dtd index 070fd14..96c60da 100644 --- a/tdelirc/profiles/profile.dtd +++ b/tdelirc/profiles/profile.dtd @@ -14,7 +14,7 @@ <!ATTLIST profile servicename CDATA #REQUIRED> <!ATTLIST action objid CDATA #REQUIRED> <!ATTLIST action prototype CDATA #REQUIRED> -<!ATTLIST argument type (int|QString|QCString|QStringList|bool|double) #REQUIRED> +<!ATTLIST argument type (int|TQString|QCString|QStringList|bool|double) #REQUIRED> <!ATTLIST range min CDATA #REQUIRED> <!ATTLIST range max CDATA #REQUIRED> <!ATTLIST action class (captions|teletext|fullscreen|scan|finetuneup|finetunedown|recall|enter|number|play|stop|pause|record|previous|next|rewind|forward|eject|mute|volumedown|volumeup|channeldown|channelup|red|yellow|green|blue|on|off) #IMPLIED> |