]> Git trees. - libqmvoc.git/commitdiff
Forward port of:
authorThiago Macieira <thiago@kde.org>
Fri, 30 Dec 2005 23:59:33 +0000 (23:59 +0000)
committerThiago Macieira <thiago@kde.org>
Fri, 30 Dec 2005 23:59:33 +0000 (23:59 +0000)
------------------------------------------------------------------------
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

extdate/extdatetime.h

index 3dc85d860b4805862b619f861b578ffff35de284..c499a504933f2b5d9844bd491dd9f666a9d0f53b 100644 (file)
@@ -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 & );