summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-06 03:52:51 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-06 03:52:51 -0500
commitabad789602d2d90f0e379ab84f7cf399d6737fd3 (patch)
tree66fc5fb298435e3c7767d8214c7e873aabf65572 /main
parentfe1b3c2e458ab2831abea03a041c73ff4f29ae00 (diff)
downloadtde-abad789602d2d90f0e379ab84f7cf399d6737fd3.tar.gz
tde-abad789602d2d90f0e379ab84f7cf399d6737fd3.zip
Fix another FTBFS
Diffstat (limited to 'main')
-rw-r--r--main/dependencies/qt3/src/widgets/qsplitter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/main/dependencies/qt3/src/widgets/qsplitter.h b/main/dependencies/qt3/src/widgets/qsplitter.h
index c159e0ff6..b5012f654 100644
--- a/main/dependencies/qt3/src/widgets/qsplitter.h
+++ b/main/dependencies/qt3/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)