From 58babc5c035ed061cca375855b9356735546e79a Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Sun, 6 Sep 2009 23:32:41 +0000 Subject: [PATCH] used KDebug in place of QTextStream for debug output svn path=/trunk/KDE/kdebase/workspace/; revision=1020676 --- clients/nitrogen/nitrogen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/nitrogen/nitrogen.cpp b/clients/nitrogen/nitrogen.cpp index e5fb392a7c..d84ed976ff 100644 --- a/clients/nitrogen/nitrogen.cpp +++ b/clients/nitrogen/nitrogen.cpp @@ -25,12 +25,12 @@ ////////////////////////////////////////////////////////////////////////////// #include +#include #include #include #include #include #include -#include #include "nitrogen.h" #include "nitrogen.moc" @@ -77,7 +77,7 @@ namespace Nitrogen bool NitrogenFactory::reset(unsigned long changed) { - QTextStream( stdout ) << "NitrogenConfig::reset." << endl; + kDebug( 1212 ) << endl; // read in the configuration setInitialized( false ); @@ -104,7 +104,7 @@ namespace Nitrogen bool NitrogenFactory::readConfig() { - QTextStream( stdout ) << "NitrogenConfig::readConfig." << endl; + kDebug( 1212 ) << endl; // create a config object KConfig config("nitrogenrc");