summaryrefslogtreecommitdiffstats
path: root/src/widgets/qcombobox.cpp
diff options
context:
space:
mode:
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