summaryrefslogtreecommitdiffstats
path: root/src/widgets/qcombobox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qcombobox.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qcombobox.cpp')
-rw-r--r--src/widgets/qcombobox.cpp32
1 files changed, 16 insertions, 16 deletions
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 <limits.h>
#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