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/qcombobox.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/widgets/qcombobox.cpp') diff --git a/src/widgets/qcombobox.cpp b/src/widgets/qcombobox.cpp index 1e12906f4..59fa0244b 100644 --- a/src/widgets/qcombobox.cpp +++ b/src/widgets/qcombobox.cpp @@ -38,29 +38,29 @@ ** **********************************************************************/ -#include "qcombobox.h" +#include "ntqcombobox.h" #ifndef QT_NO_COMBOBOX -#include "qpopupmenu.h" -#include "qlistbox.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qstrlist.h" -#include "qpixmap.h" -#include "qtimer.h" -#include "qapplication.h" -#include "qlineedit.h" -#include "qbitmap.h" +#include "ntqpopupmenu.h" +#include "ntqlistbox.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqstrlist.h" +#include "ntqpixmap.h" +#include "ntqtimer.h" +#include "ntqapplication.h" +#include "ntqlineedit.h" +#include "ntqbitmap.h" #include "qeffects_p.h" -#include "qstringlist.h" -#include "qcombobox.h" -#include "qstyle.h" +#include "ntqstringlist.h" +#include "ntqcombobox.h" +#include "ntqstyle.h" #include #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "qaccessible.h" +#include "ntqaccessible.h" #endif /*! - \class TQComboBox qcombobox.h + \class TQComboBox ntqcombobox.h \brief The TQComboBox widget is a combined button and popup list. \ingroup basic -- cgit v1.2.1