diff options
Diffstat (limited to 'sip/qt/qsemaphore.sip')
-rw-r--r-- | sip/qt/qsemaphore.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qsemaphore.sip b/sip/qt/qsemaphore.sip index e6c4fa8..82052a0 100644 --- a/sip/qt/qsemaphore.sip +++ b/sip/qt/qsemaphore.sip @@ -38,7 +38,7 @@ Python v2.0 or later. class TQSemaphore { %TypeHeaderCode -#include <qsemaphore.h> +#include <tqsemaphore.h> %End public: @@ -91,7 +91,7 @@ private: class TQSemaphore : TQt { %TypeHeaderCode -#include <qthread.h> +#include <tqthread.h> %End public: |