Additional work

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

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

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

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

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

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

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

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

@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4 #ifdef USE_QT4
// Reimplement the QFileDialog class // Reimplement the QFileDialog class
// For Qt4, no changes are needed // For Qt4, some changes are needed
#include <qfiledialog.h> #include <Qt/q3filedialog.h>
#define QFileDialog Q3FileDialog
#define QFileIconProvider Q3FileDialog
#define QFilePreview Q3FileDialog
#endif // USE_QT4 #endif // USE_QT4

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA.
#ifndef TQT_H #ifndef TQT_H
#define TQT_H #define TQT_H
//#define USE_QT3 #define USE_QT3
#define USE_QT4 //#define USE_QT4
#ifdef USE_QT4 #ifdef USE_QT4
#define QT3_SUPPORT #define QT3_SUPPORT
@ -32,4 +32,4 @@ Boston, MA 02110-1301, USA.
//#include "kdemacros.h.in" //#include "kdemacros.h.in"
//#define TQT_EXPORT KDE_EXPORT //#define TQT_EXPORT KDE_EXPORT
#endif /* TQT_H */ #endif /* TQT_H */

Loading…
Cancel
Save