------------------------------------------------------------------------
r492751 | thiago | 2005-12-30 21:49:59 -0200 (Fri, 30 Dec 2005) | 6 lines
Removing stray tab from before #.
I'm not sure preprocessor directives are allowed to start beyond the first
column.
BUG:119275
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=492752
friend class ExtDateTime;
- #ifndef QT_NO_DATASTREAM
+#ifndef QT_NO_DATASTREAM
friend KDE_EXPORT QDataStream &operator<<( QDataStream &, const ExtDate & );
friend KDE_EXPORT QDataStream &operator>>( QDataStream &, ExtDate & );
friend KDE_EXPORT QDataStream &operator<<( QDataStream &, const ExtDateTime & );