diff options
Diffstat (limited to 'src/widgets/tqspinbox.cpp')
-rw-r--r-- | src/widgets/tqspinbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/tqspinbox.cpp b/src/widgets/tqspinbox.cpp index ff336035d..f805b65ba 100644 --- a/src/widgets/tqspinbox.cpp +++ b/src/widgets/tqspinbox.cpp @@ -41,7 +41,7 @@ #include "tqspinbox.h" #ifndef TQT_NO_SPINBOX -#include "ntqcursor.h" +#include "tqcursor.h" #include "tqpushbutton.h" #include "tqpainter.h" #include "tqbitmap.h" @@ -51,7 +51,7 @@ #include "ntqapplication.h" #include "tqstyle.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "ntqaccessible.h" +#include "tqaccessible.h" #endif static bool sumOutOfRange(int current, int add) |