From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/widgets/qslider.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/widgets/qslider.cpp') diff --git a/src/widgets/qslider.cpp b/src/widgets/qslider.cpp index 6c1349b71..e6b555a18 100644 --- a/src/widgets/qslider.cpp +++ b/src/widgets/qslider.cpp @@ -38,16 +38,16 @@ ** **********************************************************************/ -#include "qslider.h" +#include "ntqslider.h" #ifndef QT_NO_SLIDER -#include "qpainter.h" -#include "qdrawutil.h" -#include "qtimer.h" -#include "qbitmap.h" -#include "qapplication.h" -#include "qstyle.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqtimer.h" +#include "ntqbitmap.h" +#include "ntqapplication.h" +#include "ntqstyle.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif static const int thresholdTime = 300; -- cgit v1.2.1