diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qlistview.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r-- | src/widgets/qlistview.cpp | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 7340bf35b..18d87f624 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -38,34 +38,34 @@ ** **********************************************************************/ -#include "qlistview.h" +#include "ntqlistview.h" #ifndef QT_NO_LISTVIEW -#include "qtimer.h" -#include "qheader.h" -#include "qpainter.h" -#include "qcursor.h" -#include "qptrstack.h" -#include "qptrlist.h" -#include "qstrlist.h" -#include "qapplication.h" -#include "qbitmap.h" -#include "qdatetime.h" -#include "qptrdict.h" -#include "qptrvector.h" -#include "qiconset.h" -#include "qcleanuphandler.h" -#include "qpixmapcache.h" -#include "qpopupmenu.h" -#include "qtl.h" -#include "qdragobject.h" -#include "qlineedit.h" -#include "qvbox.h" -#include "qtooltip.h" -#include "qstyle.h" -#include "qstylesheet.h" +#include "ntqtimer.h" +#include "ntqheader.h" +#include "ntqpainter.h" +#include "ntqcursor.h" +#include "ntqptrstack.h" +#include "ntqptrlist.h" +#include "ntqstrlist.h" +#include "ntqapplication.h" +#include "ntqbitmap.h" +#include "ntqdatetime.h" +#include "ntqptrdict.h" +#include "ntqptrvector.h" +#include "ntqiconset.h" +#include "ntqcleanuphandler.h" +#include "ntqpixmapcache.h" +#include "ntqpopupmenu.h" +#include "ntqtl.h" +#include "ntqdragobject.h" +#include "ntqlineedit.h" +#include "ntqvbox.h" +#include "ntqtooltip.h" +#include "ntqstyle.h" +#include "ntqstylesheet.h" #include "../kernel/qinternal_p.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif const int Unsorted = 16383; |