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/qlistbox.cpp | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/widgets/qlistbox.cpp') diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp index c8ca44c91..2dc526655 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/qlistbox.cpp @@ -38,28 +38,28 @@ ** **********************************************************************/ -#include "qglobal.h" +#include "ntqglobal.h" #if defined(Q_CC_BOR) // needed for qsort() because of a std namespace problem on Borland #include "qplatformdefs.h" #endif -#include "qlistbox.h" +#include "ntqlistbox.h" #ifndef QT_NO_LISTBOX -#include "qmemarray.h" -#include "qfontmetrics.h" -#include "qpainter.h" -#include "qstrlist.h" -#include "qpixmap.h" -#include "qapplication.h" -#include "qptrdict.h" -#include "qtimer.h" -#include "qstringlist.h" -#include "qstyle.h" -#include "qpopupmenu.h" -#include "qguardedptr.h" +#include "ntqmemarray.h" +#include "ntqfontmetrics.h" +#include "ntqpainter.h" +#include "ntqstrlist.h" +#include "ntqpixmap.h" +#include "ntqapplication.h" +#include "ntqptrdict.h" +#include "ntqtimer.h" +#include "ntqstringlist.h" +#include "ntqstyle.h" +#include "ntqpopupmenu.h" +#include "ntqguardedptr.h" #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif #include @@ -161,7 +161,7 @@ TQListBoxPrivate::~TQListBoxPrivate() /*! - \class TQListBoxItem qlistbox.h + \class TQListBoxItem ntqlistbox.h \brief The TQListBoxItem class is the base class of all list box items. This class is an abstract base class used for all list box items. @@ -525,7 +525,7 @@ bool TQListBoxItem::isSelectable() const /*! - \class TQListBoxText qlistbox.h + \class TQListBoxText ntqlistbox.h \brief The TQListBoxText class provides list box items that display text. \ingroup advanced @@ -635,7 +635,7 @@ int TQListBoxText::rtti() const } /*! - \class TQListBoxPixmap qlistbox.h + \class TQListBoxPixmap ntqlistbox.h \brief The TQListBoxPixmap class provides list box items with a pixmap and optional text. @@ -806,7 +806,7 @@ int TQListBoxPixmap::rtti() const } /*! - \class TQListBox qlistbox.h + \class TQListBox ntqlistbox.h \brief The TQListBox widget provides a list of selectable, read-only items. \ingroup advanced -- cgit v1.2.3