From: Anne-Marie Mahfouf Date: Thu, 21 Oct 2004 18:23:59 +0000 (+0000) Subject: even if it's only a comment, I must get it right X-Git-Tag: v3.4.0-beta1~4 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=eeac744cb516239b63193e4a0846f364f223474a;p=libqmvoc.git even if it's only a comment, I must get it right svn path=/trunk/kdeedu/libkdeedu/; revision=356574 --- diff --git a/extdate/extdatetime.cpp b/extdate/extdatetime.cpp index 7b01337..47c8d3c 100644 --- a/extdate/extdatetime.cpp +++ b/extdate/extdatetime.cpp @@ -877,7 +877,7 @@ int ExtDateTime::daysTo( const ExtDateTime &dt ) const \code ExtDateTime dt = ExtDateTime::currentDateTime(); ExtDateTime xmas( ExtDate(dt.date().year(),12,24), QTime(17,00) ); - kdDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) ); + kdDebug( ) << "There are " << dt.secsTo(xmas) << " seconds to Christmas" << endl; \endcode \sa addSecs(), daysTo(), QTime::secsTo()