]> Git trees. - libqmvoc.git/commitdiff
even if it's only a comment, I must get it right
authorAnne-Marie Mahfouf <annma@kde.org>
Thu, 21 Oct 2004 18:23:59 +0000 (18:23 +0000)
committerAnne-Marie Mahfouf <annma@kde.org>
Thu, 21 Oct 2004 18:23:59 +0000 (18:23 +0000)
svn path=/trunk/kdeedu/libkdeedu/; revision=356574

extdate/extdatetime.cpp

index 7b013379b670a1ea611222f3c1ba7dfcf170c447..47c8d3ce6447262066760d31089bbfcbb3e2f8fe 100644 (file)
@@ -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()