I'm not sure preprocessor directives are allowed to start beyond the first
column.
BUG:119275
svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=492751
friend class ExtDateTime;
- #ifndef QT_NO_DATASTREAM
+#ifndef QT_NO_DATASTREAM
friend Q_EXPORT QDataStream &operator<<( QDataStream &, const ExtDate & );
friend Q_EXPORT QDataStream &operator>>( QDataStream &, ExtDate & );
friend Q_EXPORT QDataStream &operator<<( QDataStream &, const ExtDateTime & );