diff options
Diffstat (limited to 'sip/qt/qeventloop.sip')
-rw-r--r-- | sip/qt/qeventloop.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qeventloop.sip b/sip/qt/qeventloop.sip index 8ad3b06..009917d 100644 --- a/sip/qt/qeventloop.sip +++ b/sip/qt/qeventloop.sip @@ -38,7 +38,7 @@ This has been renamed to <Literal>exec_loop</Literal> in Python. class TQEventLoop : TQObject { %TypeHeaderCode -#include <qeventloop.h> +#include <tqeventloop.h> %End public: |