diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-06 03:52:51 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-06 03:52:51 -0500 |
| commit | 1692373bba54329dbf520a6067c91d4479d02d04 (patch) | |
| tree | d82591bbffe60bee89a5d728a23b3d79835f317a /src | |
| parent | dd6b7af24d93632da43f15fd3d2322b513fee091 (diff) | |
| download | qt3-1692373bba54329dbf520a6067c91d4479d02d04.tar.gz qt3-1692373bba54329dbf520a6067c91d4479d02d04.zip | |
Fix another FTBFS
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/qsplitter.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/widgets/qsplitter.h b/src/widgets/qsplitter.h index c159e0f..b5012f6 100644 --- a/src/widgets/qsplitter.h +++ b/src/widgets/qsplitter.h @@ -187,11 +187,7 @@ public: //private: Orientation orient; friend class QSplitterHandle; - -#ifndef QT_NO_TEXTSTREAM - friend Q_EXPORT QTextStream& operator<<( QTextStream&, const QSplitter& ); - friend Q_EXPORT QTextStream& operator>>( QTextStream&, QSplitter& ); -#endif + friend class QTextStream; private: #if defined(Q_DISABLE_COPY) |
