diff options
author | Michele Calgaro <[email protected]> | 2018-10-14 00:07:28 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-14 11:21:59 +0200 |
commit | a93ca848aa263c68973985a76a5da85d55288c70 (patch) | |
tree | 61c275ef60927a4811458861f1360e123976256f /extensions | |
parent | d71eb19d974fe245646e7cfea4a56ea908d7a798 (diff) | |
download | pytde-a93ca848aa263c68973985a76a5da85d55288c70.tar.gz pytde-a93ca848aa263c68973985a76a5da85d55288c70.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bc9ec4a76476bde286c42b9052ffafee8e908ea6)
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/dcopext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/dcopext.py b/extensions/dcopext.py index 2997b85..1d13e35 100644 --- a/extensions/dcopext.py +++ b/extensions/dcopext.py @@ -40,7 +40,7 @@ from tdecore import dcop_add, dcop_next # # I think 64 bit types would be: # long long, unsigned long long, long long int, unsigned long long int, -# TQ_LLONG, TQ_ULLONG, TTQ_INT64, TTQ_UINT64 +# TQ_LLONG, TQ_ULLONG, TQ_INT64, TQ_UINT64 # # and on some (most?) systems: # TQtOffset |