Drop TQT_NO_COMPAT code

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 11 months ago
parent 3a0019282e
commit 0f7f50ffa0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -38,19 +38,19 @@
**
****************************************************************************/
#include <ntqcheckbox.h>
#include <ntqcombobox.h>
#include <ntqradiobutton.h>
#include <ntqpushbutton.h>
#include <ntqprogressbar.h>
#include <ntqtextedit.h>
#include <ntqtabbar.h>
#include <ntqtoolbar.h>
#include <ntqtoolbutton.h>
#include <ntqmainwindow.h>
#include <ntqlayout.h>
#include <ntqaction.h>
#include <ntqgroupbox.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
#include <tqradiobutton.h>
#include <tqpushbutton.h>
#include <tqprogressbar.h>
#include <tqtextedit.h>
#include <tqtabbar.h>
#include <tqtoolbar.h>
#include <tqtoolbutton.h>
#include <tqmainwindow.h>
#include <tqlayout.h>
#include <tqaction.h>
#include <tqgroupbox.h>
#include "stylewindow.h"

@ -41,7 +41,7 @@
#ifndef STYLEWINDOW_H
#define STYLEWINDOW_H
#include <ntqwidget.h>
#include <tqwidget.h>
class StyleWindow : public TQWidget
{

@ -2,5 +2,5 @@
gccxml --gccxml-cxxflags -I/usr/include/qt4/ /usr/include/qt4/QtGui/QStyle -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt4enums.xml
rm -f test.xml
gccxml --gccxml-cxxflags -I/usr/include/tqt3/ /usr/include/tqt3/ntqstyle.h -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt3enums.xml
gccxml --gccxml-cxxflags -I/usr/include/tqt3/ -I/usr/include/tqt/ /usr/include/tqt3/tqstyle.h -fxml=test.xml && cat test.xml | grep -E "(Enumeration|EnumValue)" &> qt3enums.xml
rm -f test.xml

@ -19,7 +19,6 @@
#ifndef TDEQT4CONVERTER_H
#define TDEQT4CONVERTER_H
#define TQT_NO_COMPAT_NAMES
#include <tqstyle.h>
#include <tqpixmap.h>
#include <tqbitmap.h>

@ -20,7 +20,6 @@
#include "tdeqt4painter.h"
#define TQT_NO_COMPAT_NAMES
#include "tqpainter.h"
#include "tqpixmap.h"
#include "tqbitmap.h"

@ -21,9 +21,8 @@
#ifndef TDEQT4PAINTER_H
#define TDEQT4PAINTER_H
#define TQT_NO_COMPAT_NAMES
#include "ntqpaintdevice.h"
#include "ntqbuffer.h"
#include "tqpaintdevice.h"
#include "tqbuffer.h"
#undef Qt
#include <QtGui/QPainter>

@ -16,7 +16,6 @@
**
**********************************************************************/
#define TQT_NO_COMPAT_NAMES
#include <tqstyle.h>
#include <tqpixmap.h>
#include <tqbitmap.h>

@ -21,7 +21,7 @@
#include <QtGui/QWindowsStyle>
#include <QFileDialog>
#include <ntqintcache.h>
#include <tqintcache.h>
#include "tdeqt4converter.h"

Loading…
Cancel
Save