diff options
author | Timothy Pearson <[email protected]> | 2012-01-30 16:32:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-30 16:32:15 -0600 |
commit | 3b3ad79f30303eb639ade3dffb4c4b22aae41fa4 (patch) | |
tree | b3d5e70a1e0963c235e38069cc3efaff77d629b5 /qtinterface/qt4/Qt/qfeatures.h | |
parent | 45e05d929b52017fdee87c7394eb87c9095ab5de (diff) | |
download | tqtinterface-3b3ad79f30303eb639ade3dffb4c4b22aae41fa4.tar.gz tqtinterface-3b3ad79f30303eb639ade3dffb4c4b22aae41fa4.zip |
Back out bad changes from prior commit
Diffstat (limited to 'qtinterface/qt4/Qt/qfeatures.h')
-rw-r--r-- | qtinterface/qt4/Qt/qfeatures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/qt4/Qt/qfeatures.h b/qtinterface/qt4/Qt/qfeatures.h index 0f0a659..a66a10c 100644 --- a/qtinterface/qt4/Qt/qfeatures.h +++ b/qtinterface/qt4/Qt/qfeatures.h @@ -366,8 +366,8 @@ #endif // QNetworkDiskCache -#if !defined(QT_NO_NETWORKDISTDECACHE) && (defined(QT_NO_TEMPORARYFILE)) -#define QT_NO_NETWORKDISTDECACHE +#if !defined(QT_NO_NETWORKDISKCACHE) && (defined(QT_NO_TEMPORARYFILE)) +#define QT_NO_NETWORKDISKCACHE #endif // Phonon::SeekSlider |