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/qlistbox.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qlistbox.cpp')
-rw-r--r-- | src/widgets/qlistbox.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
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 <stdlib.h> @@ -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 |