diff options
Diffstat (limited to 'src/widgets/qrangecontrol.cpp')
-rw-r--r-- | src/widgets/qrangecontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qrangecontrol.cpp b/src/widgets/qrangecontrol.cpp index 2aa8f86c6..95056e578 100644 --- a/src/widgets/qrangecontrol.cpp +++ b/src/widgets/qrangecontrol.cpp @@ -40,7 +40,7 @@ #include "ntqrangecontrol.h" #ifndef TQT_NO_RANGECONTROL -#include "ntqglobal.h" +#include "tqglobal.h" #include <limits.h> static bool sumOutOfRange(int current, int add); |