From c13e339b115400e2b712449a18106fab83b98224 Mon Sep 17 00:00:00 2001 From: Anne-Marie Mahfouf Date: Thu, 21 Oct 2004 18:14:26 +0000 Subject: [PATCH] qDebug -> kdDebug svn path=/trunk/kdeedu/libkdeedu/; revision=356571 --- extdate/extdatetime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extdate/extdatetime.cpp b/extdate/extdatetime.cpp index b3c1689..7b01337 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) ); - 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() -- 2.47.3