Initial code finished. Now comes the fun part...

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150797 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 6eb5cba499
commit ce4313a625

@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA.
#define TQAPPLICATION_H
#include <tqt.h>
#include <tqasciidict.h>
#ifdef USE_QT3
@ -50,6 +51,7 @@ class QApplication : public IQApplication {
// Essentially, the compiler needs to know that these Q functions exist so that the above I functions
// are not attempted to link. Instead, these empty declarations allow the linker to pull in the complete Q function
// from the Qt toolkit in use. Convoluted, yes, but it should make maintinance MUCH easier as the Qt API changes.
public:
enum Type { Tty, GuiClient, GuiServer };
#ifdef Q_WS_S60

@ -40,7 +40,11 @@ Boston, MA 02110-1301, USA.
#include <Qt/q3asciidict.h>
#define AsciiDict Q3AsciiDict
#define QAsciiDict Q3AsciiDict
#define QAsciiDictIterator Q3AsciiDictIterator
// template<class type>
// class QAsciiDict : public Q3AsciiDict<type> {};
#endif // USE_QT4

@ -37,6 +37,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QByteArray class
// For Qt4, some changes are needed
#include <Qt/qbytearray.h>
// Reimplement the QCString class
// For Qt4, some changes are needed

@ -37,7 +37,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QDataStream class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <Qt/qdatastream.h>

@ -40,6 +40,8 @@ Boston, MA 02110-1301, USA.
#include <Qt/q3dict.h>
#define QDict Q3Dict
#endif // USE_QT4
#endif /* TQDICT_H */

@ -36,7 +36,7 @@ Boston, MA 02110-1301, USA.
// Pull in all Qt4 global defines
#include <qglobal.h>
#include <Qt/qglobal.h>
#endif // USE_QT4

@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QGrid class
// For Qt3, no changes are needed
// For Qt3, some changes are needed
#include <qgrid.h>
@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QGrid class
// For Qt4, no changes are needed
#include <qgrid.h>
#include <Qt/q3grid.h>
#define QGrid Q3Grid
#endif // USE_QT4

@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QGridView class
// For Qt3, no changes are needed
// For Qt3, some changes are needed
#include <qgridview.h>
@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QGridView class
// For Qt4, no changes are needed
#include <qgridview.h>
#include <Qt/q3gridview.h>
#define QGridView Q3GridView
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QGroupBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qgroupbox.h>
#include <Qt/qgroupbox.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QGVector class
// For Qt4, no changes are needed
#include <qgvector.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qhbox.h>
#include <Qt/q3hbox.h>
#define QHBox Q3HBox
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHButtonGroup class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qhbuttongroup.h>
#include <Qt/q3buttongroup.h>
#define QHButtonGroup Q3HButtonGroup
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHeader class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qheader.h>
#include <Qt/q3header.h>
#define QHeader Q3Header
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHGroupBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qhgroupbox.h>
#include <Qt/q3hgroupbox.h>
#define QHGroupBox Q3HGroupBox
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHostAddress class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qhostaddress.h>
#include <Qt/qhostaddress.h>
#endif // USE_QT4

@ -36,9 +36,14 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHttp class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qhttp.h>
#include <Qt/q3http.h>
#define QHttp Q3Http
#define QHttpHeader Q3HttpHeader
#define QHttpRequestHeader Q3HttpRequestHeader
#define QHttpResponseHeader Q3HttpResponseHeader
#endif // USE_QT4

@ -36,9 +36,14 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QIconView class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qiconview.h>
#include <Qt/q3iconview.h>
#define QIconView Q3IconView
#define QIconViewItem Q3IconViewItem
#define QIconDrag Q3IconDrag
#define QIconDragItem Q3IconDragItem
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QImage class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qimage.h>
#include <Qt/qimage.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QImageFormatPlugin class
// For Qt4, no changes are needed
#include <qimageformatplugin.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QInputContext class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qinputcontext.h>
#include <Qt/qinputcontext.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QInputContextFactory class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qinputcontextfactory.h>
#include <Qt/qinputcontextfactory.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QInputDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qinputdialog.h>
#include <Qt/qinputdialog.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QIntCache class
// For Qt4, no changes are needed
#include <qintcache.h>
#include <Qt/q3intcache.h>
#define QIntCache Q3IntCache
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QIntDict class
// For Qt4, no changes are needed
#include <qintdict.h>
#include <Qt/q3intdict.h>
#define QIntDict Q3IntDict
#endif // USE_QT4

@ -40,7 +40,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QInterlaceStyle class
// For Qt4, no changes are needed
#include <qinterlacestyle.h>
#include <Qt/qinterlacestyle.h>
#error "Not ported to new API as of Qt4!"

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QJisCodec class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qjiscodec.h>
#include <Qt/qjiscodec.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QJpUnicodeConv class
// For Qt4, no changes are needed
#include <qjpunicode.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QKeySequence class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qkeysequence.h>
#include <Qt/qkeysequence.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLabel class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlabel.h>
#include <Qt/qlabel.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLayout class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlayout.h>
#include <Qt/qlayout.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLCDNumber class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlcdnumber.h>
#include <Qt/qlcdnumber.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLibrary class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlibrary.h>
#include <Qt/qlibrary.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLineEdit class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlineedit.h>
#include <Qt/qlineedit.h>
#endif // USE_QT4

@ -36,9 +36,14 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QListBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlistbox.h>
#include <Qt/q3listbox.h>
#define QListBox Q3ListBox
#define QListBoxItem Q3ListBoxItem
#define QListBoxText Q3ListBoxText
#define QListBoxPixmap Q3ListBoxPixmap
#endif // USE_QT4

@ -38,7 +38,12 @@ Boston, MA 02110-1301, USA.
// Reimplement the QListView class
// For Qt4, no changes are needed
#include <qlistview.h>
#include <Qt/q3listview.h>
#define QListView Q3ListView
#define QListViewItem Q3ListViewItem
#define QCheckListItem Q3CheckListItem
#define QListViewItemIterator Q3ListViewItemIterator
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLocale class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlocale.h>
#include <Qt/qlocale.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QLocalFs class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qlocalfs.h>
#include <Qt/q3localfs.h>
#define QLocalFs Q3LocalFs
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMainWindow class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmainwindow.h>
#include <Qt/q3mainwindow.h>
#define QMainWindow Q3MainWindow
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMap class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmap.h>
#include <Qt/qmap.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMenuBar class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmenubar.h>
#include <Qt/qmenubar.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMenuData class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmenudata.h>
#include <Qt/qmenudata.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMessageBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmessagebox.h>
#include <Qt/qmessagebox.h>
#endif // USE_QT4

@ -38,9 +38,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMetaObject class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmetaobject.h>
#include <Qt/qmetaobject.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMime class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmime.h>
#include <Qt/qmime.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMotifPlusStyle class
// For Qt4, no changes are needed
#include <qmotifplusstyle.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMotifStyle class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmotifstyle.h>
#include <Qt/qmotifstyle.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMovie class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmovie.h>
#include <Qt/qmovie.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QMultiLineEdit class
// For Qt4, no changes are needed
#include <qmultilineedit.h>
#include <Qt/q3multilineedit.h>
#define QMultiLineEdit Q3MultiLineEdit
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QMutex class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qmutex.h>
#include <Qt/qmutex.h>
#endif // USE_QT4

@ -26,7 +26,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT3
// Reimplement the QAccel class
// Reimplement the QNamespace class
// For Qt3, no changes are needed
#include <qnamespace.h>
@ -35,10 +35,10 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// Reimplement the QNamespace class
// For Qt4, some changes are needed
#include <qnamespace.h>
#include <Qt/qnamespace.h>
#endif // USE_QT4

@ -38,7 +38,12 @@ Boston, MA 02110-1301, USA.
// Reimplement the QNetworkProtocol class
// For Qt4, no changes are needed
#include <qnetworkprotocol.h>
#include <Qt/q3networkprotocol.h>
#define QNetworkProtocol Q3NetworkProtocol
#define QNetworkProtocolFactoryBase Q3NetworkProtocolFactoryBase
#define QNetworkProtocolFactory Q3NetworkProtocolFactory
#define QNetworkOperation Q3NetworkOperation
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QNPWidget class
// For Qt4, no changes are needed
#include <qnp.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QObjectCleanupHandler class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qobjectcleanuphandler.h>
#include <Qt/qobjectcleanuphandler.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QObjectDictionary class
// For Qt4, no changes are needed
#include <qobjectdict.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QObjectList class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qobjectlist.h>
#include <Qt/qobject.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPaintDevice class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpaintdevice.h>
#include <Qt/qpaintdevice.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QPaintDeviceMetrics class
// For Qt4, no changes are needed
#include <qpaintdevicemetrics.h>
#include <Qt/q3paintdevicemetrics.h>
#define QPaintDeviceMetrics Q3PaintDeviceMetrics
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QPainter class
// For Qt4, no changes are needed
#include <qpainter.h>
#include <Qt/q3painter.h>
#define QPainter Q3Painter
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPair class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpair.h>
#include <Qt/qpair.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPalette class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpalette.h>
#include <Qt/qpalette.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPen class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpen.h>
#include <Qt/qpen.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPicture class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpicture.h>
#include <Qt/q3picture.h>
#define QPicture Q3Picture
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPixmap class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpixmap.h>
#include <Qt/qpixmap.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPixmapCache class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpixmapcache.h>
#include <Qt/qpixmapcache.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPlatinumStyle class
// For Qt4, no changes are needed
#include <qplatinumstyle.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPNGImage class
// For Qt4, no changes are needed
#include <qpngio.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPoint class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpoint.h>
#include <Qt/qpoint.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpointarray.h>
#include <Qt/q3pointarray.h>
#define QPointArray Q3PointArray
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPolygonScanner class
// For Qt4, no changes are needed
#include <qpolygonscanner.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPopupMenu class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpopupmenu.h>
#include <Qt/q3popupmenu.h>
#define QPopupMenu Q3PopupMenu
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPrintDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qprintdialog.h>
#include <Qt/qprintdialog.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPrinter class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qprinter.h>
#include <Qt/qprinter.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QProcess class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qprocess.h>
#include <Qt/qprocess.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QProgressBar class
// For Qt4, no changes are needed
#include <qprogressbar.h>
#include <Qt/qprogressbar.h>
#define QProgressBar Q3ProgressBar
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QProgressDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qprogressdialog.h>
#include <Qt/q3progressdialog.h>
#define QProgressDialog Q3ProgressDialog
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QPtrCollection class
// For Qt4, no changes are needed
#include <qptrcollection.h>
#include <Qt/q3ptrcollection.h>
#define QPtrCollection Q3PtrCollection
#endif // USE_QT4

@ -38,7 +38,10 @@ Boston, MA 02110-1301, USA.
// Reimplement the QPtrDict class
// For Qt4, no changes are needed
#include <qptrdict.h>
#include <Qt/q3ptrdict.h>
#define QPtrDict Q3PtrDict
#define QPtrDictIterator Q3PtrDictIterator
#endif // USE_QT4

@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPtrList class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qptrlist.h>
#include <Qt/q3ptrlist.h>
#define QPtrList Q3PtrList
#define QPtrListIterator Q3PtrListIterator
#define QPtrListStdIterator Q3PtrListStdIterator
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPtrQueue class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qptrqueue.h>
#include <Qt/q3ptrqueue.h>
#define QPtrQueue Q3PtrQueue
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPtrStack class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qptrstack.h>
#include <Qt/q3ptrstack.h>
#define QPtrStack Q3PtrStack
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPtrVector class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qptrvector.h>
#include <Qt/q3ptrvector.h>
#define QPtrVector Q3PtrVector
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QPushButton class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qpushbutton.h>
#include <Qt/qpushbutton.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QRadioButton class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qradiobutton.h>
#include <Qt/qradiobutton.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QRangeControl class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qrangecontrol.h>
#include <Qt/q3rangecontrol.h>
#define QRangeControl Q3RangeControl
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QRect class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qrect.h>
#include <Qt/qrect.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QRegExp class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qregexp.h>
#include <Qt/qregexp.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QRegion class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qregion.h>
#include <Qt/qregion.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QHebrewCodec class
// For Qt4, no changes are needed
#include <qrtlcodec.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QScrollBar class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qscrollbar.h>
#include <Qt/qscrollbar.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QScrollView class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qscrollview.h>
#include <Qt/q3scrollview.h>
#define QScrollView Q3ScrollView
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSemaphore class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsemaphore.h>
#include <Qt/qsemaphore.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSemiModal class
// For Qt4, no changes are needed
#include <qsemimodal.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QServerSocket class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qserversocket.h>
#include <Qt/q3serversocket.h>
#define QServerSocket Q3ServerSocket
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSessionManager class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsessionmanager.h>
#include <Qt/qsessionmanager.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSettings class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsettings.h>
#include <Qt/qsettings.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSGIStyle class
// For Qt4, no changes are needed
#include <qsgistyle.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSignal class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsignal.h>
#include <Qt/q3signal.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSignalMapper class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsignalmapper.h>
#include <Qt/qsignalmapper.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSignalSlotImp class
// For Qt4, no changes are needed
#include <qsignalslotimp.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSimpleRichText class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsimplerichtext.h>
#include <Qt/q3simplerichtext.h>
#define QSimpleRichText Q3SimpleRichText
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSize class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsize.h>
#include <Qt/qsize.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSizeGrip class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsizegrip.h>
#include <Qt/qsizegrip.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSizePolicy class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsizepolicy.h>
#include <Qt/qsizepolicy.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSjisCodec class
// For Qt4, no changes are needed
#include <qsjiscodec.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSlider class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qslider.h>
#include <Qt/qslider.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSocket class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsocket.h>
#include <Qt/q3socket.h>
#define QSocket Q3Socket
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSocketDevice class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsocketdevice.h>
#include <Qt/q3socketdevice.h>
#define QSocketDevice Q3SocketDevice
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsortedlist.h>
#include <Qt/q3sortedlist.h>
#define QSortedList Q3SortedList
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSound class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsound.h>
#include <Qt/qsound.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSpinBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qspinbox.h>
#include <Qt/qspinbox.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSplashScreen class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsplashscreen.h>
#include <Qt/qsplashscreen.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSplitter class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsplitter.h>
#include <Qt/qsplitter.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlCursor class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlcursor.h>
#include <Qt/q3sqlcursor.h>
#define QSqlCursor Q3SqlCursor
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlDatabase class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqldatabase.h>
#include <Qt/qsqldatabase.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlDriver class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqldriver.h>
#include <Qt/qsqldriver.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlDriverPlugin class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqldriverplugin.h>
#include <Qt/qsqldriverplugin.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlEditorFactory class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqleditorfactory.h>
#include <Qt/q3sqleditorfactory.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlError class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlerror.h>
#include <Qt/qsqlerror.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlField class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlfield.h>
#include <Qt/q3sqlfieldinfo.h>
#define QSqlFieldInfo Q3SqlFieldInfo
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlForm class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlform.h>
#include <Qt/q3sqlform.h>
#define QSqlForm Q3SqlForm
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlIndex class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlindex.h>
#include <Qt/qsqlindex.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QSqlPropertyMap class
// For Qt4, no changes are needed
#include <qsqlpropertymap.h>
#include <Qt/q3sqlpropertymap.h>
#define QSqlPropertyMap Q3SqlPropertyMap
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlQuery class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlquery.h>
#include <Qt/qsqlquery.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlRecord class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlrecord.h>
#include <Qt/qsqlrecord.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlResult class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlresult.h>
#include <Qt/qsqlresult.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSqlSelectCursor class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsqlselectcursor.h>
#include <Qt/q3sqlselectcursor.h>
#define QSqlSelectCursor Q3SqlSelectCursor
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStatusBar class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstatusbar.h>
#include <Qt/qstatusbar.h>
#endif // USE_QT4

@ -38,9 +38,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QString class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstring.h>
#include <Qt/qstring.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStringList class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstringlist.h>
#include <Qt/qstringlist.h>
#endif // USE_QT4

@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStrList class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstrlist.h>
#include <Qt/q3strlist.h>
#define QStrList Q3StrList
#define QStrIList Q3StrIList
#define QStrListIterator Q3StrListIterator
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStrVec class
// For Qt4, no changes are needed
#include <qstrvec.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStyle class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstyle.h>
#include <Qt/qstyle.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStyleFactory class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstylefactory.h>
#include <Qt/qstylefactory.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStylePlugin class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstyleplugin.h>
#include <Qt/qstyleplugin.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QStyleSheet class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qstylesheet.h>
#include <Qt/q3stylesheet.h>
#define QStyleSheet Q3StyleSheet
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QSyntaxHighlighter class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qsyntaxhighlighter.h>
#include <Qt/q3syntaxhighlighter.h>
#define QSyntaxHighlighter Q3SyntaxHighlighter
#endif // USE_QT4

@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA.
#ifndef TQT_H
#define TQT_H
#define USE_QT3
//#define USE_QT4
//#define USE_QT3
#define USE_QT4
#ifdef USE_QT4
#define QT3_SUPPORT

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTabBar class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtabbar.h>
#include <Qt/qtabbar.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTabDialog class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtabdialog.h>
#include <Qt/q3tabdialog.h>
#define QTabDialog Q3TabDialog
#endif // USE_QT4

@ -36,9 +36,15 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTable class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtable.h>
#include <Qt/q3table.h>
#define QTable Q3Table
#define QTableItem Q3TableItem
#define QComboTableItem Q3ComboTableItem
#define QCheckTableItem Q3CheckTableItem
#define QTableSelection Q3TableSelection
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTabWidget class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtabwidget.h>
#include <Qt/qtabwidget.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextBrowser class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtextbrowser.h>
#include <Qt/qtextbrowser.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextCodec class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtextcodec.h>
#include <Qt/qtextcodec.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextCodecFactory class
// For Qt4, no changes are needed
#include <qtextcodecfactory.h>
// For Qt4, this class has been removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextCodecPlugin class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtextcodecplugin.h>
#include <Qt/qtextcodecplugin.h>
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QTextEdit class
// For Qt4, no changes are needed
#include <qtextedit.h>
#include <Qt/q3textedit.h>
#define QTextEdit Q3TextEdit
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTextView class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtextview.h>
#include <Qt/q3textview.h>
#define QTextView Q3TextView
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QThread class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qthread.h>
#include <Qt/qthread.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QThreadStorage class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qthreadstorage.h>
#include <Qt/qthreadstorage.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the Qtl class
// For Qt4, no changes are needed
#include <qtl.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -37,9 +37,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QToolBar class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtoolbar.h>
#include <Qt/q3toolbar.h>
#define QToolBar Q3ToolBar
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QToolBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtoolbox.h>
#include <Qt/qtoolbox.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QToolButton class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtoolbutton.h>
#include <Qt/qtoolbutton.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QToolTip class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtooltip.h>
#include <Qt/qtooltip.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTranslator class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qtranslator.h>
#include <Qt/qtranslator.h>
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QTsciiCodec class
// For Qt4, no changes are needed
#include <qtsciicodec.h>
// For Qt4, this class has been removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QUrl class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qurl.h>
#include <Qt/qurl.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QUrlInfo class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qurlinfo.h>
#include <Qt/qurlinfo.h>
#endif // USE_QT4

@ -29,7 +29,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QUrlOperator class
// For Qt3, no changes are needed
#include <qurloperator.h>
#include <q3urloperator.h>
#define QUrlOperator Q3UrlOperator
#endif // USE_QT3

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QUtfCodec class
// For Qt4, no changes are needed
#include <qutfcodec.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QUuid class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <quuid.h>
#include <Qt/quuid.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QValidator class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvalidator.h>
#include <Qt/qvalidator.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QValueStack class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvaluestack.h>
#include <Qt/q3valuestack.h>
#define QValueStack Q3ValueStack
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QValueVector class
// For Qt4, no changes are needed
#include <qvaluevector.h>
#include <Qt/q3valuevector.h>
#define QValueVector Q3ValueVector
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QVBox class
// For Qt4, no changes are needed
#include <qvbox.h>
#include <Qt/q3vbox.h>
#define QVBox Q3VBox
#endif // USE_QT4

@ -38,7 +38,9 @@ Boston, MA 02110-1301, USA.
// Reimplement the QVButtonGroup class
// For Qt4, no changes are needed
#include <qvbuttongroup.h>
#include <Qt/q3buttongroup.h>
#define QVButtonGroup Q3VButtonGroup
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QVFBHDR class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvfbhdr.h>
#include <Qt/qvfbhdr.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QVGroupBox class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qvgroupbox.h>
#include <Qt/q3vgroupbox.h>
#define QVGroupBox Q3VGroupBox
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWaitCondition class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwaitcondition.h>
#include <Qt/qwaitcondition.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWhatsThis class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwhatsthis.h>
#include <Qt/q3whatsthis.h>
#define QWhatsThis Q3WhatsThis
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidget class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwidget.h>
#include <Qt/qwidget.h>
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidgetFactory class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwidgetfactory.h>
#include <QtDesigner/formbuilder.h>
#define QWidgetFactory QFormBuilder
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidgetIntDict class
// For Qt4, no changes are needed
#include <qwidgetintdict.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidgetList class
// For Qt4, no changes are needed
#include <qwidgetlist.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidgetPlugin class
// For Qt4, no changes are needed
#include <qwidgetplugin.h>
// For Qt4, this class was removed!
#endif // USE_QT4

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWidgetStack class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwidgetstack.h>
#include <Qt/q3widgetstack.h>
#define QWidgetStack Q3WidgetStack
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWindowsStyle class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwindowsstyle.h>
#include <Qt/qwindowsstyle.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWizard class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qwizard.h>
#include <Qt/q3wizard.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QWorkspace class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qworkspace.h>
#include <Qt/qworkspace.h>
#endif // USE_QT4

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QXml class
// For Qt4, no changes are needed
// For Qt4, some changes are needed
#include <qxml.h>
#include <Qt/qxml.h>
#endif // USE_QT4

Loading…
Cancel
Save