diff options
author | Timothy Pearson <[email protected]> | 2012-02-02 15:05:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-02 15:05:31 -0600 |
commit | 06500cd8e9be747a323920c9475fba0e6618d2de (patch) | |
tree | 75981959727c7d7ab49713c7c6fe7dd0bb450a31 /sip/qtext/qextscintillabase.sip | |
parent | ed5b57040a2add0633ab20089a1f451898e633e2 (diff) | |
download | pytqt-06500cd8e9be747a323920c9475fba0e6618d2de.tar.gz pytqt-06500cd8e9be747a323920c9475fba0e6618d2de.zip |
Fix FTBFS on TQt3
Diffstat (limited to 'sip/qtext/qextscintillabase.sip')
-rw-r--r-- | sip/qtext/qextscintillabase.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtext/qextscintillabase.sip b/sip/qtext/qextscintillabase.sip index 1fc9bdc..a309ee7 100644 --- a/sip/qtext/qextscintillabase.sip +++ b/sip/qtext/qextscintillabase.sip @@ -27,7 +27,7 @@ class QextScintillaBase : TQWidget { %TypeHeaderCode -#include <tqextscintillabase.h> +#include <qextscintillabase.h> %End public: |