diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-02 15:05:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-02 15:05:31 -0600 |
commit | 06500cd8e9be747a323920c9475fba0e6618d2de (patch) | |
tree | 75981959727c7d7ab49713c7c6fe7dd0bb450a31 /sip/qtext/qextscintillaapis.sip | |
parent | ed5b57040a2add0633ab20089a1f451898e633e2 (diff) | |
download | pytqt-06500cd8e9be747a323920c9475fba0e6618d2de.tar.gz pytqt-06500cd8e9be747a323920c9475fba0e6618d2de.zip |
Fix FTBFS on TQt3
Diffstat (limited to 'sip/qtext/qextscintillaapis.sip')
-rw-r--r-- | sip/qtext/qextscintillaapis.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtext/qextscintillaapis.sip b/sip/qtext/qextscintillaapis.sip index f19af01..8d92e26 100644 --- a/sip/qtext/qextscintillaapis.sip +++ b/sip/qtext/qextscintillaapis.sip @@ -27,7 +27,7 @@ class QextScintillaAPIs { %TypeHeaderCode -#include <tqextscintillaapis.h> +#include <qextscintillaapis.h> %End public: |