diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 01:35:09 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 01:35:09 -0500 |
commit | f036fc6a3839bd1b763bcaf45ac24341726c7960 (patch) | |
tree | 3904c2b3085d41c4101106272b768d6ab5f91c87 /sip | |
parent | 3118acf3684978cbec2ee2822e52bf7afc64fa13 (diff) | |
download | pytde-f036fc6a3839bd1b763bcaf45ac24341726c7960.tar.gz pytde-f036fc6a3839bd1b763bcaf45ac24341726c7960.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'sip')
-rw-r--r-- | sip/kio/kservice.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/kio/kservice.sip b/sip/kio/kservice.sip index 1ff70cf..f9e2fd9 100644 --- a/sip/kio/kservice.sip +++ b/sip/kio/kservice.sip @@ -217,7 +217,7 @@ typedef TQValueList<KService::Ptr> List; %ConvertFromTypeCode // Convert to a Python list of Ptr (KService). -#define TQUOTE "" +#define QUOTE "" if (!sipCpp) return PyList_New (0); |