diff options
Diffstat (limited to 'sip/qt/qdir.sip')
-rw-r--r-- | sip/qt/qdir.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qdir.sip b/sip/qt/qdir.sip index a531b5e..12a98f7 100644 --- a/sip/qt/qdir.sip +++ b/sip/qt/qdir.sip @@ -43,7 +43,7 @@ the return type of a function or the type of an argument, a Python list of %MappedType TQFileInfoList { %TypeHeaderCode -#include <qdir.h> +#include <tqdir.h> %End %ConvertFromTypeCode @@ -119,7 +119,7 @@ the return type of a function or the type of an argument, a Python list of class TQDir { %TypeHeaderCode -#include <qdir.h> +#include <tqdir.h> %End public: |