diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-22 22:48:19 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-22 22:48:19 +0000 |
commit | 0612919f82857f6fdc658e8421b7dc4e7db71df9 (patch) | |
tree | c3e48679ae5449129213e4906c1fd34cb081c9e7 /x11-libs | |
parent | GConf fix, closing bug #803 (diff) | |
download | gentoo-2-0612919f82857f6fdc658e8421b7dc4e7db71df9.tar.gz gentoo-2-0612919f82857f6fdc658e8421b7dc4e7db71df9.tar.bz2 gentoo-2-0612919f82857f6fdc658e8421b7dc4e7db71df9.zip |
added support for QDataStream
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/tinyqt/files/tinyqt/qconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/tinyqt/files/tinyqt/qconfig.h b/x11-libs/tinyqt/files/tinyqt/qconfig.h index 00511e8e8964..67c2311cd6bc 100644 --- a/x11-libs/tinyqt/files/tinyqt/qconfig.h +++ b/x11-libs/tinyqt/files/tinyqt/qconfig.h @@ -27,7 +27,7 @@ #define QT_NO_TRANSLATION #define QT_NO_MIME #define QT_NO_SOUND -//#define QT_NO_PROPERTIES +#define QT_NO_PROPERTIES #define QT_NO_QWS_GFX_SPEED #define QT_NO_NETWORK //?????????????? @@ -42,7 +42,7 @@ //#define QT_NO_DIR //#define QT_NO_TEXTSTREAM -#define QT_NO_DATASTREAM +//#define QT_NO_DATASTREAM #define QT_NO_QWS_SAVEFONTS //#define QT_NO_STRINGLIST #define QT_NO_SESSIONMANAGER @@ -82,7 +82,7 @@ #define QT_NO_DRAGANDDROP #define QT_NO_CLIPBOARD #define QT_NO_QWS_CURSOR -//#define QT_NO_NETWORKPROTOCOL +#define QT_NO_NETWORKPROTOCOL #define QT_NO_NETWORKPROTOCOL_FTP #define QT_NO_NETWORKPROTOCOL_HTTP #define QT_NO_PSPRINTER |