diff options
Diffstat (limited to 'sip/qt/qspinbox.sip')
-rw-r--r-- | sip/qt/qspinbox.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qspinbox.sip b/sip/qt/qspinbox.sip index 1f9025e..ae6ed4e 100644 --- a/sip/qt/qspinbox.sip +++ b/sip/qt/qspinbox.sip @@ -39,7 +39,7 @@ This returns a tuple of the <Literal>int</Literal> result and the modified class TQSpinBox : TQWidget, TQRangeControl { %TypeHeaderCode -#include <qspinbox.h> +#include <tqspinbox.h> %End public: @@ -131,7 +131,7 @@ private: class TQSpinBox : TQFrame, TQRangeControl { %TypeHeaderCode -#include <qspinbox.h> +#include <tqspinbox.h> %End public: |