summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-18 15:17:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-18 15:17:23 -0500
commit1d40491b85dec0151397f88aa5488c0fbff4611e (patch)
tree71e61ee4d4e4fac386179d80b3e22311d6a9aac4 /extensions
parentd353e895ec47c70223a793047d6ae71aa71ca9c2 (diff)
downloadpytde-1d40491b85dec0151397f88aa5488c0fbff4611e.tar.gz
pytde-1d40491b85dec0151397f88aa5488c0fbff4611e.zip
Fix references to Q_ULLONG and friends
Diffstat (limited to 'extensions')
-rw-r--r--extensions/dcopext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/dcopext.py b/extensions/dcopext.py
index c1b3a6c..837835c 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,
-# Q_LLONG, Q_ULLONG, Q_INT64, Q_UINT64
+# TQ_LLONG, TQ_ULLONG, TQ_INT64, TQ_UINT64
#
# and on some (most?) systems:
# TQtOffset