From 02dc5d8173393d2069951a5f847db5bdf69137f6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 17 Apr 2005 14:37:34 +0000 Subject: qdebugcleanup --- (limited to 'microkde') diff --git a/microkde/kconfig.cpp b/microkde/kconfig.cpp index 9598274..e0b6e99 100644 --- a/microkde/kconfig.cpp +++ b/microkde/kconfig.cpp @@ -74,7 +74,7 @@ QValueList KConfig::readIntListEntry( const QString & key) val = (*sit).toInt(&ok); result << val; if (ok == false) { - qDebug("KConfig::readIntListEntry str=%s , int=%n:", (*sit).latin1(), &val); + //qDebug("KConfig::readIntListEntry str=%s , int=%n:", (*sit).latin1(), &val); ok2 = false; } } @@ -269,7 +269,7 @@ void KConfig::load() QFile f( mFileName ); if ( !f.open( IO_ReadOnly ) ) { - qDebug("KConfig: could not open file %s ",mFileName.latin1() ); + //qDebug("KConfig: could not open file %s ",mFileName.latin1() ); return; } -- cgit v0.9.0.2