git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1150565 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson pirms 14 gadiem
vecāks c9a6fbb8c4
revīzija 6eb5cba499

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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

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

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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,13 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

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

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

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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// 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

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

@ -36,9 +36,7 @@ Boston, MA 02110-1301, USA.
#ifdef USE_QT4
// Reimplement the QGPlugin class
// For Qt4, no changes are needed
#include <qgplugin.h>
// For Qt4, this class was removed!
#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
@ -32,4 +32,4 @@ Boston, MA 02110-1301, USA.
//#include "kdemacros.h.in"
//#define TQT_EXPORT KDE_EXPORT
#endif /* TQT_H */
#endif /* TQT_H */

Notiek ielāde…
Atcelt
Saglabāt