diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qscrollview.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qscrollview.cpp')
-rw-r--r-- | src/widgets/qscrollview.cpp | 28 |
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 |