]> Git trees. - libqmvoc.git/commitdiff
qDebug -> kdDebug
authorAnne-Marie Mahfouf <annma@kde.org>
Thu, 21 Oct 2004 18:14:26 +0000 (18:14 +0000)
committerAnne-Marie Mahfouf <annma@kde.org>
Thu, 21 Oct 2004 18:14:26 +0000 (18:14 +0000)
svn path=/trunk/kdeedu/libkdeedu/; revision=356571

extdate/extdatetime.cpp

index b3c16895977151d881eeac58326ec6d5d7631cc0..7b013379b670a1ea611222f3c1ba7dfcf170c447 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) );
-    qDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) );
+    kdDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) );
     \endcode
 
     \sa addSecs(), daysTo(), QTime::secsTo()