From 467eda0e55ff1a9db0155dca33fb0cafb3f58cea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Aug 2011 03:52:51 -0500 Subject: [PATCH] Fix another FTBFS --- tqtinterface/qt4/src/widgets/tqsplitter.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tqtinterface/qt4/src/widgets/tqsplitter.h b/tqtinterface/qt4/src/widgets/tqsplitter.h index 6c7409e..1ad7693 100644 --- a/tqtinterface/qt4/src/widgets/tqsplitter.h +++ b/tqtinterface/qt4/src/widgets/tqsplitter.h @@ -188,11 +188,7 @@ private: Qt::Orientation orient; friend class TQSplitterHandle; - -#ifndef TQT_NO_TEXTSTREAM - friend TQ_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& ); - friend TQ_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& ); -#endif + friend class TQTextStream; private: #if defined(TQ_DISABLE_COPY)