From: Thiago Macieira Date: Fri, 30 Dec 2005 23:59:33 +0000 (+0000) Subject: Forward port of: X-Git-Tag: v3.80.2~202 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=597524419b376445dc524eb4d1ac63ae355ababe;p=libqmvoc.git Forward port of: ------------------------------------------------------------------------ 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 --- diff --git a/extdate/extdatetime.h b/extdate/extdatetime.h index 3dc85d8..c499a50 100644 --- a/extdate/extdatetime.h +++ b/extdate/extdatetime.h @@ -114,7 +114,7 @@ private: 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 & );