summaryrefslogtreecommitdiffstats
path: root/src/widgets/qscrollview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qscrollview.cpp')
-rw-r--r--src/widgets/qscrollview.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp
index 03cf1ae17..484e67da4 100644
--- a/src/widgets/qscrollview.cpp
+++ b/src/widgets/qscrollview.cpp
@@ -38,20 +38,20 @@
**
**********************************************************************/
-#include "qwidget.h"
+#include "ntqwidget.h"
#ifndef QT_NO_SCROLLVIEW
-#include "qscrollbar.h"
-#include "qobjectlist.h"
-#include "qpainter.h"
-#include "qpixmap.h"
-#include "qcursor.h"
-#include "qfocusdata.h"
-#include "qscrollview.h"
-#include "qptrdict.h"
-#include "qapplication.h"
-#include "qtimer.h"
-#include "qstyle.h"
-#include "qlistview.h"
+#include "ntqscrollbar.h"
+#include "ntqobjectlist.h"
+#include "ntqpainter.h"
+#include "ntqpixmap.h"
+#include "ntqcursor.h"
+#include "ntqfocusdata.h"
+#include "ntqscrollview.h"
+#include "ntqptrdict.h"
+#include "ntqapplication.h"
+#include "ntqtimer.h"
+#include "ntqstyle.h"
+#include "ntqlistview.h"
#ifdef Q_WS_MAC
# include "qt_mac.h"
#endif
@@ -348,7 +348,7 @@ void TQScrollViewData::viewportResized( int w, int h )
/*!
- \class TQScrollView qscrollview.h
+ \class TQScrollView ntqscrollview.h
\brief The TQScrollView widget provides a scrolling area with on-demand scroll bars.
\ingroup abstractwidgets