-rw-r--r-- | microkde/kconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkde/kconfig.cpp b/microkde/kconfig.cpp index 9598274..e0b6e99 100644 --- a/microkde/kconfig.cpp +++ b/microkde/kconfig.cpp @@ -76,3 +76,3 @@ QValueList<int> KConfig::readIntListEntry( const QString & key) 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; @@ -271,3 +271,3 @@ void KConfig::load() if ( !f.open( IO_ReadOnly ) ) { - qDebug("KConfig: could not open file %s ",mFileName.latin1() ); + //qDebug("KConfig: could not open file %s ",mFileName.latin1() ); return; |