[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/plugins/xtest/examples/qtest_cmake_kde4
From:       Manuel Breugelmans <mbr.nxi () gmail ! com>
Date:       2008-08-23 14:16:39
Message-ID: 1219500999.150370.25589.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851303 by mbreugel:

This is KDE, use kDebug instead.

 M  +3 -3      moneytest.cpp  


--- trunk/KDE/kdevelop/plugins/xtest/examples/qtest_cmake_kde4/moneytest.cpp #851302:851303
@@ -17,7 +17,7 @@
 
 
 #include <qtest_kde.h>
-#include <QDebug>
+#include <KDebug>
 
 #include "money.h"
 #include "moneytest.h"
@@ -38,8 +38,8 @@
 
 void MoneyTest::zero()
 {
-    qDebug() << "supposed to fail";
-    qDebug() << "more garbage output";
+    kDebug() << "supposed to fail";
+    kDebug() << "more garbage output";
     Money m(0, "USD");
     QCOMPARE(Money::Good, m.state());
     QCOMPARE(0, m.amount());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic